summaryrefslogtreecommitdiffstats
path: root/sys/sys/pcpu.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2005-04-26 17:07:40 +0000
committerjhb <jhb@FreeBSD.org>2005-04-26 17:07:40 +0000
commit0401365a6b3b546af57238f4b0a199d0dd3b5338 (patch)
treef94e5c71164db93d9cf7dd74931cb247f569e6da /sys/sys/pcpu.h
parenta0758285d410ebda36763d3affb86fdd6315ab51 (diff)
downloadFreeBSD-src-0401365a6b3b546af57238f4b0a199d0dd3b5338.zip
FreeBSD-src-0401365a6b3b546af57238f4b0a199d0dd3b5338.tar.gz
Drop the CURPROC, curkse, and curksegrp aliases as they aren't used
anywhere.
Diffstat (limited to 'sys/sys/pcpu.h')
-rw-r--r--sys/sys/pcpu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/sys/pcpu.h b/sys/sys/pcpu.h
index 97ab2cf..c5c5944 100644
--- a/sys/sys/pcpu.h
+++ b/sys/sys/pcpu.h
@@ -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)
OpenPOWER on IntegriCloud