svn commit: r308923 - head/sys/riscv/include

Ruslan Bukin br at FreeBSD.org
Mon Nov 21 12:00:33 UTC 2016


Author: br
Date: Mon Nov 21 12:00:31 2016
New Revision: 308923
URL: https://svnweb.freebsd.org/changeset/base/308923

Log:
  Disable superpages reservations as we don't have implemented them yet.
  
  Requested by:	Alan Cox <alc at rice.edu>
  Sponsored by:	DARPA, AFRL

Modified:
  head/sys/riscv/include/vmparam.h

Modified: head/sys/riscv/include/vmparam.h
==============================================================================
--- head/sys/riscv/include/vmparam.h	Mon Nov 21 11:27:14 2016	(r308922)
+++ head/sys/riscv/include/vmparam.h	Mon Nov 21 12:00:31 2016	(r308923)
@@ -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
 
 /*


More information about the svn-src-head mailing list