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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/powerpc/include/globals.h b/sys/powerpc/include/globals.h
index 6aa1a7a..b2fe865 100644
--- a/sys/powerpc/include/globals.h
+++ b/sys/powerpc/include/globals.h
@@ -46,8 +46,8 @@
* portability between UP and SMP kernels.
*/
#define curthread PCPU_GET(curthread)
-#define CURPROC (curthread->td_proc)
-#define curproc (curthread->td_proc)
+#define CURPROC (curthread->td_proc)
+#define curproc (curthread->td_proc)
#define curksegrp (curthread->td_ksegrp)
#define curkse (curthread->td_kse)
OpenPOWER on IntegriCloud