aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorAttilio Rao <attilio@FreeBSD.org>2011-05-13 20:58:48 +0000
committerAttilio Rao <attilio@FreeBSD.org>2011-05-13 20:58:48 +0000
commitb2aa562e7b75f4e54b37a6f272bf8b57d3553ece (patch)
treef34ed698a1044eda15705db3b73ae0594bf0be71 /sys/amd64
parentf89d6b3f06c9688c2326b2f172d3bafea07f5685 (diff)
parent9a6e729a117787ebcdfccb4ec39febeb530d0742 (diff)
downloadsrc-b2aa562e7b75f4e54b37a6f272bf8b57d3553ece.tar.gz
src-b2aa562e7b75f4e54b37a6f272bf8b57d3553ece.zip
MFC
Notes
Notes: svn path=/projects/largeSMP/; revision=221858
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/include/vmparam.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/include/vmparam.h b/sys/amd64/include/vmparam.h
index 38a621485ce3..0c656023fd4c 100644
--- a/sys/amd64/include/vmparam.h
+++ b/sys/amd64/include/vmparam.h
@@ -212,4 +212,6 @@
#define VM_INITIAL_PAGEIN 16
#endif
+#define ZERO_REGION_SIZE (2 * 1024 * 1024) /* 2MB */
+
#endif /* _MACHINE_VMPARAM_H_ */