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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to