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

Justin Hibbits jhibbits at FreeBSD.org
Tue Jan 19 23:35:14 UTC 2016


Author: jhibbits
Date: Tue Jan 19 23:35:12 2016
New Revision: 294363
URL: https://svnweb.freebsd.org/changeset/base/294363

Log:
  Revert a printf change from r294307.
  
  Caused build failures with MPC85XX.
  
  Pointy-hat to:	jhibbits

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

Modified: head/sys/powerpc/booke/pmap.c
==============================================================================
--- head/sys/powerpc/booke/pmap.c	Tue Jan 19 23:34:27 2016	(r294362)
+++ head/sys/powerpc/booke/pmap.c	Tue Jan 19 23:35:12 2016	(r294363)
@@ -2844,7 +2844,7 @@ mmu_booke_mapdev_attr(mmu_t mmu, vm_padd
 			} while (va % sz != 0);
 		}
 		if (bootverbose)
-			printf("Wiring VA=%lx to PA=%jx (size=%lx), "
+			printf("Wiring VA=%x to PA=%jx (size=%x), "
 			    "using TLB1[%d]\n", va, (uintmax_t)pa, sz, tlb1_idx);
 		tlb1_set_entry(va, pa, sz, tlb_calc_wimg(pa, ma));
 		size -= sz;


More information about the svn-src-head mailing list