PERFORCE change 156801 for review

Nathan Whitehorn nwhitehorn at FreeBSD.org
Wed Jan 28 08:30:33 PST 2009


http://perforce.freebsd.org/chv.cgi?CH=156801

Change 156801 by nwhitehorn at nwhitehorn_trantor on 2009/01/28 16:30:19

	Remove pointless debug code and fix a style issue.

Affected files ...

.. //depot/projects/ppc-g5/sys/powerpc/aim/mmu_oea64.c#12 edit

Differences ...

==== //depot/projects/ppc-g5/sys/powerpc/aim/mmu_oea64.c#12 (text+ko) ====

@@ -792,10 +792,12 @@
 	CTR2(KTR_PMAP, "moea64_bootstrap: %d PTEGs, %d bytes", 
 	    moea64_pteg_count, size);
 
-	/* We now need to allocate memory. This memory, to be allocated,
-	   has to reside in a page table. The page table we are about to
-	   allocate. We don't have BAT. So drop to data real mode for a minute
-	   as a measure of last resort. We do this a couple times. */
+	/*
+	 * We now need to allocate memory. This memory, to be allocated,
+	 * has to reside in a page table. The page table we are about to
+	 * allocate. We don't have BAT. So drop to data real mode for a minute
+	 * as a measure of last resort. We do this a couple times.
+	 */
 
 	moea64_pteg_table = (struct lpteg *)moea64_bootstrap_alloc(size, size);
 	DISABLE_TRANS(msr);
@@ -2388,7 +2390,6 @@
 boolean_t
 moea64_dev_direct_mapped(mmu_t mmu, vm_offset_t pa, vm_size_t size)
 {
-printf("%s\n",__func__);
 	return (EFAULT);
 }
 


More information about the p4-projects mailing list