Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/include reduce VM_MAX_KERNEL_ADDRESS so that ...



details:   https://anonhg.NetBSD.org/src/rev/5909ba209cfb
branches:  trunk
changeset: 772650:5909ba209cfb
user:      chs <chs%NetBSD.org@localhost>
date:      Tue Jan 10 16:03:17 2012 +0000

description:
reduce VM_MAX_KERNEL_ADDRESS so that it does not include
the direct-map or APTE regions.

diffstat:

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

diffs (18 lines):

diff -r df4a926843ca -r 5909ba209cfb sys/arch/amd64/include/vmparam.h
--- a/sys/arch/amd64/include/vmparam.h  Tue Jan 10 16:01:16 2012 +0000
+++ b/sys/arch/amd64/include/vmparam.h  Tue Jan 10 16:03:17 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.28 2011/11/24 17:08:07 christos Exp $    */
+/*     $NetBSD: vmparam.h,v 1.29 2012/01/10 16:03:17 chs Exp $ */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -122,7 +122,7 @@
 #else /* XEN */
 #define VM_MIN_KERNEL_ADDRESS  0xffffa00000000000
 #endif
-#define VM_MAX_KERNEL_ADDRESS  0xffffff8000000000
+#define VM_MAX_KERNEL_ADDRESS  0xfffffe8000000000
 
 #define VM_MAXUSER_ADDRESS32   0xfffff000
 



Home | Main Index | Thread Index | Old Index