summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/fss.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/fss.h')
-rw-r--r--usr/src/uts/common/sys/fss.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/fss.h b/usr/src/uts/common/sys/fss.h
index 6168e9d9ed..87d798d6c1 100644
--- a/usr/src/uts/common/sys/fss.h
+++ b/usr/src/uts/common/sys/fss.h
@@ -160,6 +160,7 @@ typedef struct fsszone {
/*
* fss_flags
*/
+/* Formerly: FSSKPRI 0x01 - the thread is in kernel mode */
#define FSSBACKQ 0x02 /* thread should be placed at the back of */
/* the dispatch queue if preempted */
#define FSSRESTORE 0x04 /* thread was not preempted, due to schedctl */