summaryrefslogtreecommitdiff
path: root/sys/arch/mips64/include
diff options
context:
space:
mode:
authorPer Fogelstrom <pefo@cvs.openbsd.org>2004-08-15 12:07:29 +0000
committerPer Fogelstrom <pefo@cvs.openbsd.org>2004-08-15 12:07:29 +0000
commit126e43c516ae4d3672202e3d534f6438264f6d47 (patch)
treea7b18b59b58fc86f2184f30f08b703fb9a9100ba /sys/arch/mips64/include
parent23aa5df1791c2606e580840fc6874b373e783701 (diff)
remove LP32 defs not used
Diffstat (limited to 'sys/arch/mips64/include')
-rw-r--r--sys/arch/mips64/include/cpu.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/arch/mips64/include/cpu.h b/sys/arch/mips64/include/cpu.h
index c181b418684..7c24e6d6756 100644
--- a/sys/arch/mips64/include/cpu.h
+++ b/sys/arch/mips64/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.3 2004/08/10 20:28:13 deraadt Exp $ */
+/* $OpenBSD: cpu.h,v 1.4 2004/08/15 12:07:28 pefo Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -51,17 +51,10 @@
#include <machine/psl.h>
-#if defined(_LP64)
#define KSEG0_BASE 0xffffffff80000000
#define KSEG1_BASE 0xffffffffa0000000
#define KSSEG_BASE 0xffffffffc0000000
#define KSEG3_BASE 0xffffffffe0000000
-#else
-#define KSEG0_BASE 0x80000000
-#define KSEG1_BASE 0xa0000000
-#define KSSEG_BASE 0xc0000000
-#define KSEG3_BASE 0xe0000000
-#endif
#define KSEG_SIZE 0x20000000
#define KSEG0_TO_PHYS(x) ((u_long)(x) & 0x1fffffff)