- Remove the definition for TD_SWITCHIN as it is not used.
Approved by: peter
This commit is contained in:
parent
e1acf16c04
commit
701b4bd0ef
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user