Ooops, we need to define TD_LOCK here.

Approved by:	re (blanket)
Pointy hat to:	cognet
This commit is contained in:
Olivier Houchard 2007-08-08 09:27:52 +00:00
parent fc37ccb390
commit 4739da977b

View File

@ -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));