fix LOCORE->_LOCORE changes.
authormickey <mickey@openbsd.org>
Fri, 3 May 1996 09:59:38 +0000 (09:59 +0000)
committermickey <mickey@openbsd.org>
Fri, 3 May 1996 09:59:38 +0000 (09:59 +0000)
sys/arch/vax/include/disklabel.h
sys/arch/vax/include/ka650.h
sys/arch/vax/include/nexus.h
sys/arch/vax/include/uvaxII.h
sys/arch/vax/uba/ubareg.h
sys/arch/vax/uba/ubavar.h

index e1505c5..f03ecb5 100644 (file)
@@ -39,7 +39,7 @@
 #define        RAW_PART        3                       /* raw partition: xx?c (XXX) */
 
 /* Just a dummy */
-#ifndef LOCORE
+#ifndef _LOCORE
 struct cpu_disklabel {
        int     cd_dummy;                       /* must have one element. */
 };
index 63d9f42..ec370f3 100644 (file)
@@ -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.
index 60343f3..fe9a2fb 100644 (file)
@@ -135,7 +135,7 @@ extern caddr_t *nex_vec;
 
 #define        NEX_CFGFLT      (0xfc000000)
 
-#ifndef LOCORE
+#ifndef _LOCORE
 #if defined(VAX780) || defined(VAX8600)
 #define        NEXFLT_BITS \
 "\20\40PARFLT\37WSQFLT\36URDFLT\35ISQFLT\34MXTFLT\33XMTFLT"
index 7612b7a..7bb1ada 100644 (file)
@@ -102,7 +102,7 @@ void        uvaxII_settodr __P((time_t));
 #define        KA630CLK_RSTRT  010
 #define        KA630CLK_LANG   0360
 
-#ifndef LOCORE
+#ifndef _LOCORE
 struct ka630clock {
        u_short sec;
        u_short secalrm;
index be7dd1a..f715deb 100644 (file)
@@ -95,7 +95,7 @@
 #define        UBAIOADDR       0760000         /* start of I/O page */
 #define        UBAIOPAGES      16
 
-#ifndef LOCORE
+#ifndef _LOCORE
 /*
  * DWBUA hardware registers.
  */
index 1cc8ea8..18d28ae 100644 (file)
@@ -244,7 +244,7 @@ struct ubinfo {
        (((bdp) << 28) | ((nmr) << 20) | ((mr) << 9) | (off))
 #endif
 
-#ifndef LOCORE
+#ifndef _LOCORE
 #ifdef _KERNEL
 #define        ubago(ui)       ubaqueue(ui, 0)
 
@@ -267,4 +267,4 @@ void        ubareset __P((int));
 int    ubasetup __P((int, struct buf *, int));
 
 #endif /* _KERNEL */
-#endif !LOCORE
+#endif /* !_LOCORE */