summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2009-04-21 17:08:02 +0000
committermarcel <marcel@FreeBSD.org>2009-04-21 17:08:02 +0000
commit39269483ab3dc0bd700944c0ffea95263811f574 (patch)
tree9f513aeced044952d25274567e63fb85c4ed0261 /sys/powerpc
parent9108ee8c9c7409d7633e0cbf341bb313be854a3b (diff)
downloadFreeBSD-src-39269483ab3dc0bd700944c0ffea95263811f574.zip
FreeBSD-src-39269483ab3dc0bd700944c0ffea95263811f574.tar.gz
Lower VM_MAX_KERNEL_ADDRESS to 0xf8000000. We actually have
devices below CCSRBAR_VA, which overlap with KVA if that's out limit.
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/include/vmparam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/include/vmparam.h b/sys/powerpc/include/vmparam.h
index 5af62eb..8b6ef2b 100644
--- a/sys/powerpc/include/vmparam.h
+++ b/sys/powerpc/include/vmparam.h
@@ -124,7 +124,7 @@
#define KERNBASE 0xc0000000 /* start of kernel virtual */
#define VM_MIN_KERNEL_ADDRESS KERNBASE
-#define VM_MAX_KERNEL_ADDRESS CCSRBAR_VA
+#define VM_MAX_KERNEL_ADDRESS 0xf8000000
#endif /* AIM/E500 */
OpenPOWER on IntegriCloud