summaryrefslogtreecommitdiffstats
path: root/kernel/irq/manage.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/irq/manage.c')
-rw-r--r--kernel/irq/manage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c
index 9dbdccab3b6a..a4888ce4667a 100644
--- a/kernel/irq/manage.c
+++ b/kernel/irq/manage.c
@@ -915,7 +915,7 @@ irq_thread_check_affinity(struct irq_desc *desc, struct irqaction *action) { }
915#endif 915#endif
916 916
917/* 917/*
918 * Interrupts which are not explicitely requested as threaded 918 * Interrupts which are not explicitly requested as threaded
919 * interrupts rely on the implicit bh/preempt disable of the hard irq 919 * interrupts rely on the implicit bh/preempt disable of the hard irq
920 * context. So we need to disable bh here to avoid deadlocks and other 920 * context. So we need to disable bh here to avoid deadlocks and other
921 * side effects. 921 * side effects.