aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/include/pcpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sparc64/include/pcpu.h')
-rw-r--r--sys/sparc64/include/pcpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sparc64/include/pcpu.h b/sys/sparc64/include/pcpu.h
index 51524fba4a0a..df43810ef0b5 100644
--- a/sys/sparc64/include/pcpu.h
+++ b/sys/sparc64/include/pcpu.h
@@ -74,7 +74,6 @@ struct pcpu;
register struct pcb *curpcb __asm__(__XSTRING(PCB_REG));
register struct pcpu *pcpup __asm__(__XSTRING(PCPU_REG));
-#define get_pcpu() (pcpup)
#define PCPU_GET(member) (pcpup->pc_ ## member)
static __inline __pure2 struct thread *