Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mips/include We support multiple page sizes so let ...



details:   https://anonhg.NetBSD.org/src/rev/44ae1af73445
branches:  trunk
changeset: 339150:44ae1af73445
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Jun 30 03:41:04 2015 +0000

description:
We support multiple page sizes so let modules know it.

diffstat:

 sys/arch/mips/include/vmparam.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r bad283134b2c -r 44ae1af73445 sys/arch/mips/include/vmparam.h
--- a/sys/arch/mips/include/vmparam.h   Tue Jun 30 02:39:03 2015 +0000
+++ b/sys/arch/mips/include/vmparam.h   Tue Jun 30 03:41:04 2015 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index