Module Name: src
Committed By: matt
Date: Tue Jun 30 03:41:04 UTC 2015
Modified Files:
src/sys/arch/mips/include: vmparam.h
Log Message:
We support multiple page sizes so let modules know it.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/arch/mips/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/mips/include/vmparam.h
diff -u src/sys/arch/mips/include/vmparam.h:1.52 src/sys/arch/mips/include/vmparam.h:1.53
--- src/sys/arch/mips/include/vmparam.h:1.52 Sat Jan 25 15:16:50 2014
+++ src/sys/arch/mips/include/vmparam.h Tue Jun 30 03:41:04 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.52 2014/01/25 15:16:50 christos Exp $ */
+/* $NetBSD: vmparam.h,v 1.53 2015/06/30 03:41:04 matt Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -49,6 +49,8 @@
/*
* Machine dependent VM constants for MIPS.
*/
+#define MAX_PAGE_SIZE 16384
+#define MIN_PAGE_SIZE 4096
/*
* We normally use a 4K page but may use 16K on MIPS systems.