aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/include/vmparam.h
diff options
context:
space:
mode:
authorAttilio Rao <attilio@FreeBSD.org>2013-05-07 22:46:24 +0000
committerAttilio Rao <attilio@FreeBSD.org>2013-05-07 22:46:24 +0000
commit941646f5ec5d89c10dbc9a0ff3b412b52ae74002 (patch)
treec6aaa29a3a53aeb1e8a30aaca92924124e0457e3 /sys/mips/include/vmparam.h
parent168ba1089a07d90cb90d8ea6386e9533ec7f5af0 (diff)
downloadsrc-941646f5ec5d89c10dbc9a0ff3b412b52ae74002.tar.gz
src-941646f5ec5d89c10dbc9a0ff3b412b52ae74002.zip
Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h in
order to match the MAXCPU concept. The change should also be useful for consolidation and consistency. Sponsored by: EMC / Isilon storage division Obtained from: jeff Reviewed by: alc
Notes
Notes: svn path=/head/; revision=250338
Diffstat (limited to 'sys/mips/include/vmparam.h')
-rw-r--r--sys/mips/include/vmparam.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/mips/include/vmparam.h b/sys/mips/include/vmparam.h
index ef97336951c9..4e1f03c55185 100644
--- a/sys/mips/include/vmparam.h
+++ b/sys/mips/include/vmparam.h
@@ -101,13 +101,6 @@
#endif
/*
- * Only one memory domain.
- */
-#ifndef VM_NDOMAIN
-#define VM_NDOMAIN 1
-#endif
-
-/*
* Disable superpage reservations. (not sure if this is right
* I copied it from ARM)
*/