X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/919eb2192b0e38503be55613615e752194429107..392cd266cf0fd6bc128fba0cd2b0cf1f757f5628:/sys/sys/thread.h diff --git a/sys/sys/thread.h b/sys/sys/thread.h index 0f2259516a..7d22ac4cdf 100644 --- a/sys/sys/thread.h +++ b/sys/sys/thread.h @@ -344,7 +344,7 @@ struct thread { #define TDF_BLOCKED 0x00040000 /* Thread is blocked */ #define TDF_PANICWARN 0x00080000 /* panic warning in switch */ #define TDF_BLOCKQ 0x00100000 /* on block queue */ -#define TDF_UNUSED00200000 0x00200000 +#define TDF_FORCE_SPINPORT 0x00200000 #define TDF_EXITING 0x00400000 /* thread exiting */ #define TDF_USINGFP 0x00800000 /* thread using fp coproc */ #define TDF_KERNELFP 0x01000000 /* kernel using fp coproc */