diff options
Diffstat (limited to 'usr/src/uts/common/sys/ts.h')
-rw-r--r-- | usr/src/uts/common/sys/ts.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/ts.h b/usr/src/uts/common/sys/ts.h index 7949058565..2cf5dcade3 100644 --- a/usr/src/uts/common/sys/ts.h +++ b/usr/src/uts/common/sys/ts.h @@ -79,6 +79,8 @@ typedef struct tsproc { } tsproc_t; /* flags */ + +/* Formerly: TSKPRI 0x01 - thread at kernel mode priority */ #define TSBACKQ 0x02 /* thread goes to back of dispq if preempted */ #define TSIA 0x04 /* thread is interactive */ #define TSIASET 0x08 /* interactive thread is "on" */ |