Style(9) fixes.
This commit is contained in:
parent
2b2aea6c2f
commit
21b1f10ade
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user