Date: Wed, 28 Jan 2009 16:30:26 GMT From: Nathan Whitehorn <nwhitehorn@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 156801 for review Message-ID: <200901281630.n0SGUQ6k065718@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=156801 Change 156801 by nwhitehorn@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); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901281630.n0SGUQ6k065718>