From 0e56f395c04bcdce636d1a352ca50a1f96a5f435 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 26 Apr 2005 17:07:40 +0000 Subject: [PATCH] Drop the CURPROC, curkse, and curksegrp aliases as they aren't used anywhere. --- sys/sys/pcpu.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/sys/pcpu.h b/sys/sys/pcpu.h index 97ab2cf3624..c5c59447e7b 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)