Ooops, we need to define TD_LOCK here.
Approved by: re (blanket) Pointy hat to: cognet
This commit is contained in:
parent
fc37ccb390
commit
4739da977b
@ -92,6 +92,7 @@ ASSYM(TD_FLAGS, offsetof(struct thread, td_flags));
|
||||
ASSYM(TD_PROC, offsetof(struct thread, td_proc));
|
||||
ASSYM(TD_FRAME, offsetof(struct thread, td_frame));
|
||||
ASSYM(TD_MD, offsetof(struct thread, td_md));
|
||||
ASSYM(TD_LOCK, offsetof(struct thread, td_lock));
|
||||
ASSYM(MD_TP, offsetof(struct mdthread, md_tp));
|
||||
|
||||
ASSYM(TF_R0, offsetof(struct trapframe, tf_r0));
|
||||
|
Loading…
Reference in New Issue
Block a user