summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-02-07 10:27:58 +0000
committerphk <phk@FreeBSD.org>2002-02-07 10:27:58 +0000
commitfb9c14949aaad6c80e0021e8740cdacee522adef (patch)
tree0f2a0e33affa14adccb6cbf7b88c764276302009 /sys/powerpc
parent640330c9915af293cb014b7b8142239753cbb251 (diff)
downloadFreeBSD-src-fb9c14949aaad6c80e0021e8740cdacee522adef.zip
FreeBSD-src-fb9c14949aaad6c80e0021e8740cdacee522adef.tar.gz
GC the PC_SWITCH* symbols which are not used in assembly anymore.
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/powerpc/genassym.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/powerpc/powerpc/genassym.c b/sys/powerpc/powerpc/genassym.c
index c212c6b..f0b28d4 100644
--- a/sys/powerpc/powerpc/genassym.c
+++ b/sys/powerpc/powerpc/genassym.c
@@ -62,7 +62,6 @@
ASSYM(PC_CURTHREAD, offsetof(struct pcpu, pc_curthread));
ASSYM(PC_CURPCB, offsetof(struct pcpu, pc_curpcb));
-ASSYM(PC_SWITCHTIME, offsetof(struct pcpu, pc_switchtime));
ASSYM(MTX_LOCK, offsetof(struct mtx, mtx_lock));
ASSYM(MTX_RECURSECNT, offsetof(struct mtx, mtx_recurse));
OpenPOWER on IntegriCloud