summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/include/globals.h')
-rw-r--r--sys/i386/include/globals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/include/globals.h b/sys/i386/include/globals.h
index b399b7c..b5f9514 100644
--- a/sys/i386/include/globals.h
+++ b/sys/i386/include/globals.h
@@ -29,7 +29,7 @@
#ifndef _MACHINE_GLOBALS_H_
#define _MACHINE_GLOBALS_H_
-#ifdef KERNEL
+#ifdef _KERNEL
#define GLOBAL_LVALUE(name, type) \
(*(type *)_global_ptr_##name())
@@ -140,6 +140,6 @@ GLOBAL_FUNC(prv_PADDR1)
#define SET_CURPROC(x) (_global_curproc_set_nv((int)x))
-#endif /* KERNEL */
+#endif /* _KERNEL */
#endif /* !_MACHINE_GLOBALS_H_ */
OpenPOWER on IntegriCloud