Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Nov 2016 12:00:32 +0000 (UTC)
From:      Ruslan Bukin <br@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r308923 - head/sys/riscv/include
Message-ID:  <201611211200.uALC0WuE031495@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 
 /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611211200.uALC0WuE031495>