From fb9c14949aaad6c80e0021e8740cdacee522adef Mon Sep 17 00:00:00 2001 From: phk Date: Thu, 7 Feb 2002 10:27:58 +0000 Subject: GC the PC_SWITCH* symbols which are not used in assembly anymore. --- sys/amd64/amd64/genassym.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/amd64') 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)); -- cgit v1.1