mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
Bit 0 of td_flags is now used by the priority borrowing flag, so remove
the unused placeholder constant.
This commit is contained in:
parent
df2e33bf42
commit
f019a174c5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139786
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user