diff options
Diffstat (limited to 'usr/src/uts/common/sys/ia.h')
| -rw-r--r-- | usr/src/uts/common/sys/ia.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/ia.h b/usr/src/uts/common/sys/ia.h index 26c1002134..567c121bb0 100644 --- a/usr/src/uts/common/sys/ia.h +++ b/usr/src/uts/common/sys/ia.h @@ -22,6 +22,7 @@ /* * Copyright (c) 1997-1998 by Sun Microsystems, Inc. * All rights reserved. + * Copyright 2019 Joyent, Inc. */ /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ @@ -85,7 +86,7 @@ typedef struct iaproc { /* flags */ -#define IAKPRI 0x01 /* thread at kernel mode priority */ +/* 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 */ |
