svn commit: r294195 - head/sys/powerpc/include

Justin Hibbits jhibbits at FreeBSD.org
Sat Jan 16 21:24:13 UTC 2016


Author: jhibbits
Date: Sat Jan 16 21:24:12 2016
New Revision: 294195
URL: https://svnweb.freebsd.org/changeset/base/294195

Log:
  Partially revert r294055.
  
  This part was a botched revert of a test change.
  
  Spotted by:	alc

Modified:
  head/sys/powerpc/include/vmparam.h

Modified: head/sys/powerpc/include/vmparam.h
==============================================================================
--- head/sys/powerpc/include/vmparam.h	Sat Jan 16 20:24:02 2016	(r294194)
+++ head/sys/powerpc/include/vmparam.h	Sat Jan 16 21:24:12 2016	(r294195)
@@ -129,7 +129,7 @@ struct pmap_physseg {
  * The physical address space is densely populated on 32-bit systems,
  * but may not be on 64-bit ones.
  */
-#ifdef __powerpc__
+#ifdef __powerpc64__
 #define	VM_PHYSSEG_SPARSE
 #else
 #define	VM_PHYSSEG_DENSE


More information about the svn-src-all mailing list