Bit 0 of td_flags is now used by the priority borrowing flag, so remove

the unused placeholder constant.
This commit is contained in:
John Baldwin 2005-01-06 21:11:05 +00:00
parent df2e33bf42
commit f019a174c5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139786

View file

@ -328,7 +328,6 @@ struct thread {
* To change these you MUST have the scheduler lock.
*/
#define TDF_BORROWING 0x00000001 /* Thread is borrowing pri from another. */
#define TDF_UNUSED0 0x00000001 /* --available -- */
#define TDF_INPANIC 0x00000002 /* Caused a panic, let it drive crashdump. */
#define TDF_SINTR 0x00000008 /* Sleep is interruptible. */
#define TDF_TIMEOUT 0x00000010 /* Timing out during sleep. */