Note free bit.. as per the flags word.

MFC after:	2 days
This commit is contained in:
Julian Elischer 2004-08-31 23:28:23 +00:00
parent c15033ef44
commit 3e0158cff6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134583

View File

@ -387,6 +387,7 @@ struct thread {
#define TDP_SA 0x00000080 /* A scheduler activation based thread. */
#define TDP_OWEPREEMPT 0x00000100 /* Thread has a pending preemption. */
#define TDP_OWEUPC 0x00000200 /* Call addupc() at next AST. */
#define TDP_UNUSED10 0x00000400 /* -- available-- */
#define TDP_CAN_UNBIND 0x00000800 /* Only temporarily bound. */
#define TDP_SCHED1 0x00001000 /* Reserved for scheduler private use */
#define TDP_SCHED2 0x00002000 /* Reserved for scheduler private use */