Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Apr 2014 21:40:40 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r264203 - head/sys/arm/include
Message-ID:  <201404062140.s36Lee7G046823@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404062140.s36Lee7G046823>