aboutsummaryrefslogtreecommitdiff
path: root/sys/riscv/include/vmparam.h
diff options
context:
space:
mode:
authorRuslan Bukin <br@FreeBSD.org>2016-11-21 12:00:31 +0000
committerRuslan Bukin <br@FreeBSD.org>2016-11-21 12:00:31 +0000
commit250b1bf3c56d49318cba89f1a3eb2f6892824dde (patch)
treed7caa44e19410891c8ee19763a76dd7e21ef764b /sys/riscv/include/vmparam.h
parent0812ab314153800fe9cef48541c8ab8db2d01653 (diff)
downloadsrc-250b1bf3c56d49318cba89f1a3eb2f6892824dde.tar.gz
src-250b1bf3c56d49318cba89f1a3eb2f6892824dde.zip
Disable superpages reservations as we don't have implemented them yet.
Requested by: Alan Cox <alc@rice.edu> Sponsored by: DARPA, AFRL
Notes
Notes: svn path=/head/; revision=308923
Diffstat (limited to 'sys/riscv/include/vmparam.h')
-rw-r--r--sys/riscv/include/vmparam.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/riscv/include/vmparam.h b/sys/riscv/include/vmparam.h
index 7ecd884f9da0..faa3c1efa519 100644
--- a/sys/riscv/include/vmparam.h
+++ b/sys/riscv/include/vmparam.h
@@ -105,10 +105,10 @@
#define VM_NFREEORDER 12
/*
- * Enable superpage reservations: 1 level.
+ * Disable superpage reservations.
*/
#ifndef VM_NRESERVLEVEL
-#define VM_NRESERVLEVEL 1
+#define VM_NRESERVLEVEL 0
#endif
/*