summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/callout.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/sys/callout.h')
-rw-r--r--freebsd/sys/sys/callout.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/freebsd/sys/sys/callout.h b/freebsd/sys/sys/callout.h
index b219052f..eee68843 100644
--- a/freebsd/sys/sys/callout.h
+++ b/freebsd/sys/sys/callout.h
@@ -48,7 +48,9 @@
#define CALLOUT_SHAREDLOCK 0x0020 /* callout lock held in shared mode */
#define CALLOUT_DFRMIGRATION 0x0040 /* callout in deferred migration mode */
#define CALLOUT_PROCESSED 0x0080 /* callout in wheel or processing list? */
+#ifndef __rtems__
#define CALLOUT_DIRECT 0x0100 /* allow exec from hw int context */
+#endif /* __rtems__ */
#define C_DIRECT_EXEC 0x0001 /* direct execution of callout */
#define C_PRELBITS 7