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 <a...@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 /* _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"