summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/include/globals.h')
-rw-r--r--sys/powerpc/include/globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/include/globals.h b/sys/powerpc/include/globals.h
index 927020f..4dfefd9 100644
--- a/sys/powerpc/include/globals.h
+++ b/sys/powerpc/include/globals.h
@@ -33,7 +33,7 @@
#include <machine/cpufunc.h>
#include <machine/globaldata.h>
-#define GLOBALP ((struct globaldata *) powerpc_get_globalp())
+#define GLOBALP ((struct globaldata *) powerpc_get_globalp())
#define PCPU_GET(member) (GLOBALP->gd_ ## member)
#define PCPU_PTR(member) (&GLOBALP->gd_ ## member)
OpenPOWER on IntegriCloud