summaryrefslogtreecommitdiffstats
path: root/sys/i4b/include
diff options
context:
space:
mode:
authorgj <gj@FreeBSD.org>2003-11-10 14:20:34 +0000
committergj <gj@FreeBSD.org>2003-11-10 14:20:34 +0000
commitca0cf6afde79426753b5113ad3e6c2e289553047 (patch)
tree03e12edf8e4dd95d8b185ec9fdaaa94253f9c90f /sys/i4b/include
parent88eb0432d98be3721e5a193c491c617d09d22035 (diff)
downloadFreeBSD-src-ca0cf6afde79426753b5113ad3e6c2e289553047.zip
FreeBSD-src-ca0cf6afde79426753b5113ad3e6c2e289553047.tar.gz
Based on an excellent suggestion from tanimura@ define I4BPRI and use it
in place of TTIPRI.
Diffstat (limited to 'sys/i4b/include')
-rw-r--r--sys/i4b/include/i4b_global.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/i4b/include/i4b_global.h b/sys/i4b/include/i4b_global.h
index c245277..fe1bb71 100644
--- a/sys/i4b/include/i4b_global.h
+++ b/sys/i4b/include/i4b_global.h
@@ -94,6 +94,9 @@
#define TIMER_IDLE 1 /* a timer is running */
#define TIMER_ACTIVE 2 /* a timer is idle */
+/* priority */
+#define I4BPRI (PSOCK + 1)
+
/* i4b's spl */
#define SPLI4B() splimp() /* spl for i4b */
OpenPOWER on IntegriCloud