summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorPer Fogelstrom <pefo@cvs.openbsd.org>2004-11-11 16:14:23 +0000
committerPer Fogelstrom <pefo@cvs.openbsd.org>2004-11-11 16:14:23 +0000
commitc304a696bbe383436c6cd19648c892337ca8ee98 (patch)
tree1928bc383b91440f761f67cb5018a4a2921c4911 /sys/arch
parent6ef3b3de39d214843ce3dcc313b040845ad2aabf (diff)
say hello to XKSEG0 and XKSEG1!
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/mips64/include/cpu.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/mips64/include/cpu.h b/sys/arch/mips64/include/cpu.h
index 942b3e722c5..c653363638c 100644
--- a/sys/arch/mips64/include/cpu.h
+++ b/sys/arch/mips64/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.9 2004/10/20 12:49:15 pefo Exp $ */
+/* $OpenBSD: cpu.h,v 1.10 2004/11/11 16:14:22 pefo Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -56,6 +56,9 @@
#define KSEG1_BASE 0xffffffffa0000000
#define KSSEG_BASE 0xffffffffc0000000
#define KSEG3_BASE 0xffffffffe0000000
+/* Compatible between R5K and R1xK */
+#define XKSEG0_BASE 0x9800000000000000
+#define XKSEG1_BASE 0x9000000000000000
#else
#define KSEG0_BASE 0x80000000
#define KSEG1_BASE 0xa0000000