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 1TB is enough UVA for anyone... plus n...



details:   https://anonhg.NetBSD.org/src/rev/4e7ce8f3eeaa
branches:  trunk
changeset: 349073:4e7ce8f3eeaa
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Nov 22 11:01:50 2016 +0000

description:
1TB is enough UVA for anyone... plus not all cpus can support more.

diffstat:

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

diffs (18 lines):

diff -r 6291561577e8 -r 4e7ce8f3eeaa sys/arch/mips/include/vmparam.h
--- a/sys/arch/mips/include/vmparam.h   Tue Nov 22 10:34:57 2016 +0000
+++ b/sys/arch/mips/include/vmparam.h   Tue Nov 22 11:01:50 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.56 2016/11/04 08:24:36 skrll Exp $       */
+/*     $NetBSD: vmparam.h,v 1.57 2016/11/22 11:01:50 skrll Exp $       */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -158,7 +158,7 @@
  */
 #define VM_MIN_ADDRESS         ((vaddr_t)0x00000000)
 #ifdef _LP64
-#define MIPS_VM_MAXUSER_ADDRESS        ((vaddr_t) 1L << (4*PGSHIFT-8))
+#define MIPS_VM_MAXUSER_ADDRESS        ((vaddr_t) 1L << 40)
 #ifdef ENABLE_MIPS_16KB_PAGE
 #define VM_MAXUSER_ADDRESS     mips_vm_maxuser_address
 #else



Home | Main Index | Thread Index | Old Index