svn commit: r209495 - head/sys/powerpc/booke

Marcel Moolenaar marcel at FreeBSD.org
Thu Jun 24 05:47:01 UTC 2010


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));


More information about the svn-src-head mailing list