Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jun 2010 05:47:00 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r209495 - head/sys/powerpc/booke
Message-ID:  <201006240547.o5O5l0oL095681@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcel
Date: Thu Jun 24 05:47:00 2010
New Revision: 209495
URL: http://svn.freebsd.org/changeset/base/209495

Log:
  Remove debugging printf() -- that is, I assume it was for debugging :-)

Modified:
  head/sys/powerpc/booke/pmap.c

Modified: head/sys/powerpc/booke/pmap.c
==============================================================================
--- head/sys/powerpc/booke/pmap.c	Thu Jun 24 05:17:21 2010	(r209494)
+++ head/sys/powerpc/booke/pmap.c	Thu Jun 24 05:47:00 2010	(r209495)
@@ -1506,8 +1506,6 @@ static void
 mmu_booke_release(mmu_t mmu, pmap_t pmap)
 {
 
-	printf("mmu_booke_release: s\n");
-
 	KASSERT(pmap->pm_stats.resident_count == 0,
 	    ("pmap_release: pmap resident count %ld != 0",
 	    pmap->pm_stats.resident_count));



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006240547.o5O5l0oL095681>