- Remove the definition for TD_SWITCHIN as it is not used.

Approved by:	peter
This commit is contained in:
jeff 2003-09-30 04:52:24 +00:00
parent e1acf16c04
commit 701b4bd0ef

View File

@ -85,7 +85,6 @@ ASSYM(TD_PCB, offsetof(struct thread, td_pcb));
ASSYM(TD_PROC, offsetof(struct thread, td_proc));
ASSYM(TD_INTR_NESTING_LEVEL, offsetof(struct thread, td_intr_nesting_level));
ASSYM(TD_CRITNEST, offsetof(struct thread, td_critnest));
ASSYM(TD_SWITCHIN, offsetof(struct thread, td_switchin));
ASSYM(TD_MD, offsetof(struct thread, td_md));
ASSYM(P_MD, offsetof(struct proc, p_md));