Module Name: src
Committed By: chs
Date: Tue Jan 10 16:03:17 UTC 2012
Modified Files:
src/sys/arch/amd64/include: vmparam.h
Log Message:
reduce VM_MAX_KERNEL_ADDRESS so that it does not include
the direct-map or APTE regions.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/amd64/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/amd64/include/vmparam.h
diff -u src/sys/arch/amd64/include/vmparam.h:1.28 src/sys/arch/amd64/include/vmparam.h:1.29
--- src/sys/arch/amd64/include/vmparam.h:1.28 Thu Nov 24 17:08:07 2011
+++ src/sys/arch/amd64/include/vmparam.h Tue Jan 10 16:03:17 2012
@@ -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