aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2008-03-26 03:12:00 +0000
committerAlan Cox <alc@FreeBSD.org>2008-03-26 03:12:00 +0000
commitfdcd29b52b9904e2165154db0b7ac2d80e354e24 (patch)
tree10ad9b5d3a00c88b2463c217377100377ef6033b /sys/i386
parent658d4b51ac3dbb6a7b6e686d4199c8318339cd36 (diff)
downloadsrc-fdcd29b52b9904e2165154db0b7ac2d80e354e24.tar.gz
src-fdcd29b52b9904e2165154db0b7ac2d80e354e24.zip
Enable the automatic creation of superpage reservations.
Notes
Notes: svn path=/head/; revision=177624
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/include/vmparam.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/include/vmparam.h b/sys/i386/include/vmparam.h
index 6ab27cc9c4ab..3d34419b9844 100644
--- a/sys/i386/include/vmparam.h
+++ b/sys/i386/include/vmparam.h
@@ -123,10 +123,10 @@
#endif
/*
- * Disable superpage reservations.
+ * Enable superpage reservations: 1 level.
*/
#ifndef VM_NRESERVLEVEL
-#define VM_NRESERVLEVEL 0
+#define VM_NRESERVLEVEL 1
#endif
/*