summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tapset/aux_syscalls.stp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tapset/aux_syscalls.stp b/tapset/aux_syscalls.stp
index 5435d3aa..7dac038d 100644
--- a/tapset/aux_syscalls.stp
+++ b/tapset/aux_syscalls.stp
@@ -1910,8 +1910,12 @@ static const _stp_val_array const _stp_irq_list[] = {
V(IRQF_PROBE_SHARED),
V(IRQF_TIMER),
V(IRQF_PERCPU),
+#ifdef IRQF_NOBALANCING
V(IRQF_NOBALANCING),
+#endif
+#ifdef IRQF_IRQPOLL
V(IRQF_IRQPOLL),
+#endif
V(IRQF_ONESHOT),
{0, NULL}
};