mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Style(9) fixes.
This commit is contained in:
parent
2b2aea6c2f
commit
21b1f10ade
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83376
@ -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