summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ia64/include/globals.h')
-rw-r--r--sys/ia64/include/globals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ia64/include/globals.h b/sys/ia64/include/globals.h
index b953cf1..366d89b 100644
--- a/sys/ia64/include/globals.h
+++ b/sys/ia64/include/globals.h
@@ -41,8 +41,8 @@ register struct globaldata *globalp __asm__("r13");
#define PCPU_SET(member,value) (GLOBALP->gd_ ## member = (value))
#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