summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-09-12 21:57:30 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-09-12 21:57:30 +0000
commit21b1f10ade1fa85938c6cd2643318fb3d8e3271e (patch)
tree9db2fad6f679da9c5b41c5151fc307eb09c15979
parent2b2aea6c2f5528818774c6bc923168ff35774296 (diff)
Notes
-rw-r--r--sys/alpha/include/globals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/include/globals.h b/sys/alpha/include/globals.h
index 46dab326c6b8..a6a87f26a378 100644
--- a/sys/alpha/include/globals.h
+++ b/sys/alpha/include/globals.h
@@ -41,8 +41,8 @@ register struct globaldata *globalp __asm__("$8");
#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)