Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2008 14:19:09 GMT
From:      "Randall R. Stewart" <rrs@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 136246 for review
Message-ID:  <200802261419.m1QEJ9nd046420@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=136246

Change 136246 by rrs@rrs-mips2-jnpr on 2008/02/26 14:18:32

	New vm define for the latest code, Guessed the
	       same value is arm.. i.e. disable feature.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/include/vmparam.h#6 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/include/vmparam.h#6 (text+ko) ====

@@ -109,6 +109,15 @@
 #define	VM_KERNEL_WIRED_ADDR_END	(VM_MIN_KERNEL_ADDRESS + VM_KERNEL_ALLOC_OFFSET)
 #define	VM_MAX_KERNEL_ADDRESS	((vm_offset_t)0xFFFFC000)
 
+/*
+ * Disable superpage reservations. (not sure if this is right
+ * I copied it from ARM)
+ */
+#ifndef	VM_NRESERVLEVEL
+#define	VM_NRESERVLEVEL		0
+#endif
+
+
 /* virtual sizes (bytes) for various kernel submaps */
 #ifndef VM_KMEM_SIZE
 #define	VM_KMEM_SIZE		(12 * 1024 * 1024)



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