aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/include/vmparam.h
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2010-04-24 03:11:35 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2010-04-24 03:11:35 +0000
commit07b9cc2f468471a723504ac789201a84f6dcd38a (patch)
treeb866c0ef762e7c27be91a59e9d6d3eafd272ca3a /sys/mips/include/vmparam.h
parented9dd82fa253046e161b98fca9db198a1f267313 (diff)
downloadsrc-07b9cc2f468471a723504ac789201a84f6dcd38a.tar.gz
src-07b9cc2f468471a723504ac789201a84f6dcd38a.zip
Most MIPS systems have a comparatively-sparse physical memory layout. Switch
to using the sparse physseg layout in the VM system.
Notes
Notes: svn path=/head/; revision=207139
Diffstat (limited to 'sys/mips/include/vmparam.h')
-rw-r--r--sys/mips/include/vmparam.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/mips/include/vmparam.h b/sys/mips/include/vmparam.h
index bed5e36398e2..3b9b12e43d04 100644
--- a/sys/mips/include/vmparam.h
+++ b/sys/mips/include/vmparam.h
@@ -152,9 +152,9 @@
#define VM_PHYSSEG_MAX 32
/*
- * The physical address space is densely populated.
+ * The physical address space is sparsely populated.
*/
-#define VM_PHYSSEG_DENSE
+#define VM_PHYSSEG_SPARSE
/*
* Create three free page pools: VM_FREEPOOL_DEFAULT is the default pool