summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2008-03-26 03:12:00 +0000
committeralc <alc@FreeBSD.org>2008-03-26 03:12:00 +0000
commit0e2f1e0b381eb99b5b397206fc047d498ef1e259 (patch)
tree10ad9b5d3a00c88b2463c217377100377ef6033b /sys/i386
parent2b9c326fca6e2a97c96fa124db2bbee1c62cf97c (diff)
downloadFreeBSD-src-0e2f1e0b381eb99b5b397206fc047d498ef1e259.zip
FreeBSD-src-0e2f1e0b381eb99b5b397206fc047d498ef1e259.tar.gz
Enable the automatic creation of superpage reservations.
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 6ab27cc..3d34419 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
/*
OpenPOWER on IntegriCloud