Module Name: src
Committed By: cliff
Date: Sun Sep 13 03:33:08 UTC 2009
Modified Files:
src/sys/arch/evbmips/include [matt-nb5-mips64]: vmparam.h
Log Message:
bump VM_PHYSSEG_MAX to 32 (was 1) for sake of systems with
multiple noncontiguous regions of physical memory
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.142.1 src/sys/arch/evbmips/include/vmparam.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbmips/include/vmparam.h
diff -u src/sys/arch/evbmips/include/vmparam.h:1.1 src/sys/arch/evbmips/include/vmparam.h:1.1.142.1
--- src/sys/arch/evbmips/include/vmparam.h:1.1 Thu Mar 7 14:44:02 2002
+++ src/sys/arch/evbmips/include/vmparam.h Sun Sep 13 03:33:08 2009
@@ -1,11 +1,11 @@
-/* $NetBSD: vmparam.h,v 1.1 2002/03/07 14:44:02 simonb Exp $ */
+/* $NetBSD: vmparam.h,v 1.1.142.1 2009/09/13 03:33:08 cliff Exp $ */
#ifndef _EVBMIPS_VMPARAM_H_
#define _EVBMIPS_VMPARAM_H_
#include <mips/vmparam.h>
-#define VM_PHYSSEG_MAX 1
+#define VM_PHYSSEG_MAX 32
#define VM_NFREELIST 1
#define VM_FREELIST_DEFAULT 0