diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-05-03 10:00:14 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-05-03 10:00:14 +0000 |
commit | 28544ded45b3fe46cb7c91f7a25baf2a680f6e67 (patch) | |
tree | cb71cb4c0a2bcd0d4dbd5eddb451228cfa4e71e1 /sys/arch/vax/include/ka650.h | |
parent | 595cbd2e050401adf0cab2bab6ce52f902dfbb54 (diff) |
fix LOCORE->_LOCORE changes.
Diffstat (limited to 'sys/arch/vax/include/ka650.h')
-rw-r--r-- | sys/arch/vax/include/ka650.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/include/ka650.h b/sys/arch/vax/include/ka650.h index 63d9f42d93f..ec370f3232c 100644 --- a/sys/arch/vax/include/ka650.h +++ b/sys/arch/vax/include/ka650.h @@ -79,7 +79,7 @@ #define DMASER_BITS \ "\20\20BHALT\17DCNEG\10QBNXM\6QBPE\5MEMERR\4LOSTERR\3NOGRANT\1DMANXM" -#ifndef LOCORE +#ifndef _LOCORE /* * Local registers (in I/O space) * This is done in disjoint sections. Map names are set in locore.s @@ -207,7 +207,7 @@ struct ka650_ipcr { }; #define KA650_IPCR 0x20001e00 -#endif LOCORE +#endif /* _LOCORE */ /* * Physical start address of the Qbus memory. |