Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234767
b: refs/heads/master
c: 1204e95
h: refs/heads/master
i:
  234765: a2a3e4b
  234763: 7d39314
  234759: 02cc1b6
  234751: 5f788bb
v: v3
  • Loading branch information
Thomas Gleixner committed Feb 25, 2011
1 parent 200b902 commit b11eeae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fd4afaf33313d94f548cb09129ecba3dbab62931
refs/heads/master: 1204e95689f9fbd245a4ce5c1b0cd0a9b77f8d25
3 changes: 2 additions & 1 deletion trunk/kernel/irq/handle.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ handle_irq_event_percpu(struct irq_desc *desc, struct irqaction *action)
res = action->handler(irq, action->dev_id);
trace_irq_handler_exit(irq, action, res);

if (WARN_ON_ONCE(!irqs_disabled()))
if (WARN_ONCE(!irqs_disabled(),"irq %u handler %pF enabled interrupts\n",
irq, action->handler))
local_irq_disable();

switch (res) {
Expand Down

0 comments on commit b11eeae

Please sign in to comment.