summaryrefslogtreecommitdiff
path: root/sys/arch/vax/uba
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1996-05-03 10:00:14 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1996-05-03 10:00:14 +0000
commit28544ded45b3fe46cb7c91f7a25baf2a680f6e67 (patch)
treecb71cb4c0a2bcd0d4dbd5eddb451228cfa4e71e1 /sys/arch/vax/uba
parent595cbd2e050401adf0cab2bab6ce52f902dfbb54 (diff)
fix LOCORE->_LOCORE changes.
Diffstat (limited to 'sys/arch/vax/uba')
-rw-r--r--sys/arch/vax/uba/ubareg.h2
-rw-r--r--sys/arch/vax/uba/ubavar.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/vax/uba/ubareg.h b/sys/arch/vax/uba/ubareg.h
index be7dd1ab475..f715debad4d 100644
--- a/sys/arch/vax/uba/ubareg.h
+++ b/sys/arch/vax/uba/ubareg.h
@@ -95,7 +95,7 @@
#define UBAIOADDR 0760000 /* start of I/O page */
#define UBAIOPAGES 16
-#ifndef LOCORE
+#ifndef _LOCORE
/*
* DWBUA hardware registers.
*/
diff --git a/sys/arch/vax/uba/ubavar.h b/sys/arch/vax/uba/ubavar.h
index 1cc8ea8ce9e..18d28ae0044 100644
--- a/sys/arch/vax/uba/ubavar.h
+++ b/sys/arch/vax/uba/ubavar.h
@@ -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 */