svn commit: r264203 - head/sys/arm/include

Ian Lepore ian at FreeBSD.org
Sun Apr 6 21:40:40 UTC 2014


Author: ian
Date: Sun Apr  6 21:40:39 2014
New Revision: 264203
URL: http://svnweb.freebsd.org/changeset/base/264203

Log:
  Tell VM we now have ARM platforms with physically discontiguous memory.

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

Modified: head/sys/arm/include/vmparam.h
==============================================================================
--- head/sys/arm/include/vmparam.h	Sun Apr  6 20:20:07 2014	(r264202)
+++ head/sys/arm/include/vmparam.h	Sun Apr  6 21:40:39 2014	(r264203)
@@ -77,9 +77,9 @@
 #define	VM_PHYSSEG_MAX		32
 
 /*
- * The physical address space is densely populated.
+ * The physical address space may be sparsely populated on some ARM systems.
  */
-#define	VM_PHYSSEG_DENSE
+#define	VM_PHYSSEG_SPARSE
 
 /*
  * Create two free page pools.  Since the ARM kernel virtual address


More information about the svn-src-head mailing list