1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Drop the CURPROC, curkse, and curksegrp aliases as they aren't used

anywhere.
This commit is contained in:
John Baldwin 2005-04-26 17:07:40 +00:00
parent 8bacf1a614
commit 0e56f395c0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145561

View File

@ -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)