summaryrefslogtreecommitdiffstats
path: root/sys/amd64
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/amd64
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/amd64')
-rw-r--r--sys/amd64/amd64/genassym.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/amd64/amd64/genassym.c b/sys/amd64/amd64/genassym.c
index 99fa502..f2c4a29 100644
--- a/sys/amd64/amd64/genassym.c
+++ b/sys/amd64/amd64/genassym.c
@@ -179,8 +179,6 @@ ASSYM(PC_FPCURTHREAD, offsetof(struct pcpu, pc_fpcurthread));
ASSYM(PC_IDLETHREAD, offsetof(struct pcpu, pc_idlethread));
ASSYM(PC_CURPCB, offsetof(struct pcpu, pc_curpcb));
ASSYM(PC_COMMON_TSS, offsetof(struct pcpu, pc_common_tss));
-ASSYM(PC_SWITCHTIME, offsetof(struct pcpu, pc_switchtime));
-ASSYM(PC_SWITCHTICKS, offsetof(struct pcpu, pc_switchticks));
ASSYM(PC_COMMON_TSSD, offsetof(struct pcpu, pc_common_tssd));
ASSYM(PC_TSS_GDT, offsetof(struct pcpu, pc_tss_gdt));
ASSYM(PC_CURRENTLDT, offsetof(struct pcpu, pc_currentldt));
OpenPOWER on IntegriCloud