Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31534
b: refs/heads/master
c: 17311c0
h: refs/heads/master
v: v3
  • Loading branch information
Bjorn Helgaas authored and Linus Torvalds committed Jul 1, 2006
1 parent 846ccaf commit 9fa041b
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: ed6f7b10e657b98b4ba89385d02852c8bdf3980e
refs/heads/master: 17311c03c3e2c16d64d9e8cb2a3f45be2e2f8d3b
3 changes: 2 additions & 1 deletion trunk/kernel/irq/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ int setup_irq(unsigned int irq, struct irqaction *new)

#if defined(CONFIG_IRQ_PER_CPU) && defined(SA_PERCPU_IRQ)
/* All handlers must agree on per-cpuness */
if ((old->flags & IRQ_PER_CPU) != (new->flags & IRQ_PER_CPU))
if ((old->flags & SA_PERCPU_IRQ) !=
(new->flags & SA_PERCPU_IRQ))
goto mismatch;
#endif

Expand Down

0 comments on commit 9fa041b

Please sign in to comment.