mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Drop the CURPROC, curkse, and curksegrp aliases as they aren't used
anywhere.
This commit is contained in:
parent
8bacf1a614
commit
0e56f395c0
1 changed files with 0 additions and 3 deletions
|
|
@ -80,10 +80,7 @@ SLIST_HEAD(cpuhead, pcpu);
|
|||
|
||||
extern struct cpuhead cpuhead;
|
||||
|
||||
#define CURPROC (curthread->td_proc)
|
||||
#define curcpu PCPU_GET(cpuid)
|
||||
#define curkse (curthread->td_kse)
|
||||
#define curksegrp (curthread->td_ksegrp)
|
||||
#define curproc (curthread->td_proc)
|
||||
#ifndef curthread
|
||||
#define curthread PCPU_GET(curthread)
|
||||
|
|
|
|||
Loading…
Reference in a new issue