aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/include/vmparam.h
diff options
context:
space:
mode:
authorMatthew D Fleming <mdf@FreeBSD.org>2011-05-13 19:35:01 +0000
committerMatthew D Fleming <mdf@FreeBSD.org>2011-05-13 19:35:01 +0000
commitcfb00e5aa764c1f87067cd819c7ab378f3d11a77 (patch)
treea7b19af758b87ed8c5280b36452735563a1afd59 /sys/mips/include/vmparam.h
parent89cb2a19ec7be4fe31ba6463ecda4c16ea748afe (diff)
Notes
Diffstat (limited to 'sys/mips/include/vmparam.h')
-rw-r--r--sys/mips/include/vmparam.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/mips/include/vmparam.h b/sys/mips/include/vmparam.h
index ef01601dd4ed..4a702f51fdf1 100644
--- a/sys/mips/include/vmparam.h
+++ b/sys/mips/include/vmparam.h
@@ -187,4 +187,6 @@
*/
#define VM_NFREEORDER 9
+#define ZERO_REGION_SIZE (64 * 1024) /* 64KB */
+
#endif /* !_MACHINE_VMPARAM_H_ */