diff options
Diffstat (limited to 'usr/src/uts/common/sys/ia.h')
| -rw-r--r-- | usr/src/uts/common/sys/ia.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/ia.h b/usr/src/uts/common/sys/ia.h index 02dc29aaec..567c121bb0 100644 --- a/usr/src/uts/common/sys/ia.h +++ b/usr/src/uts/common/sys/ia.h @@ -86,6 +86,7 @@ typedef struct iaproc { /* flags */ +/* Formerly: IAKPRI 0x01 - thread at kernel model priority */ #define IABACKQ 0x02 /* thread goes to back of disp q when preempted */ #define IASLEPT 0x04 /* thread had long-term suspend - give new slice */ |
