summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-09-18 21:52:15 +0000
committerjhb <jhb@FreeBSD.org>2001-09-18 21:52:15 +0000
commit814bb9623f72314786fee7bc44764a02313cc1fb (patch)
tree5e1289b17ef1f5f667e81c14f1bbee334f95c15e /sys/powerpc/include
parent0fc343f1d8a912c26c5878218d33fa977b9ac092 (diff)
downloadFreeBSD-src-814bb9623f72314786fee7bc44764a02313cc1fb.zip
FreeBSD-src-814bb9623f72314786fee7bc44764a02313cc1fb.tar.gz
Whitespace fixes.
Diffstat (limited to 'sys/powerpc/include')
-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