diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-03-23 11:34:37 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-03-23 11:34:37 +0000 |
commit | b9f2610c72d09d03f8059e9a1625b5795e0ef589 (patch) | |
tree | a3fa1a523261931a9011a24de3a0ed94668b000b /sys/arch/arc/include | |
parent | 58fd4c6b54959c8c0202ef0f39470fb046627bcd (diff) |
Adding more arches require more structuring and cleanup. More to come...
Diffstat (limited to 'sys/arch/arc/include')
-rw-r--r-- | sys/arch/arc/include/cpu.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/arc/include/cpu.h b/sys/arch/arc/include/cpu.h index c81694ce88f..9109b6cd0b1 100644 --- a/sys/arch/arc/include/cpu.h +++ b/sys/arch/arc/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.5 1997/03/12 19:16:56 pefo Exp $ */ +/* $OpenBSD: cpu.h,v 1.6 1997/03/23 11:34:34 pefo Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -62,10 +62,6 @@ #define PHYS_TO_UNCACHED(x) ((unsigned)(x) | UNCACHED_MEMORY_ADDR) #define VA_TO_CINDEX(x) ((unsigned)(x) & 0xffffff | CACHED_MEMORY_ADDR) -#if 0 -#define CODE_START 0x80080000 -#endif - #ifdef _KERNEL /* * The bits in the cause register. |