- Expose td_lock to assembly so it may be used in cpu_switch().

This commit is contained in:
Jeff Roberson 2007-06-05 00:13:49 +00:00
parent 8e0185f604
commit ebb6b0c0ec

View File

@ -76,6 +76,7 @@ ASSYM(VM_PMAP, offsetof(struct vmspace, vm_pmap));
ASSYM(PM_ACTIVE, offsetof(struct pmap, pm_active));
ASSYM(P_SFLAG, offsetof(struct proc, p_sflag));
ASSYM(TD_LOCK, offsetof(struct thread, td_lock));
ASSYM(TD_FLAGS, offsetof(struct thread, td_flags));
ASSYM(TD_PCB, offsetof(struct thread, td_pcb));
ASSYM(TD_PROC, offsetof(struct thread, td_proc));