Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227830
b: refs/heads/master
c: 409e590
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Tony Luck committed Dec 28, 2010
1 parent aa795a4 commit 3336b96
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e21763dbce76d3a07ead438f8811b3e4bce0825b
refs/heads/master: 409e590572d980c314e989e94176bcb060130fae
2 changes: 1 addition & 1 deletion trunk/arch/ia64/kernel/irq_ia64.c
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ ia64_native_register_percpu_irq (ia64_vector vec, struct irqaction *action)
BUG_ON(bind_irq_vector(irq, vec, CPU_MASK_ALL));
desc = irq_desc + irq;
desc->status |= IRQ_PER_CPU;
desc->chip = &irq_type_ia64_lsapic;
set_irq_chip(irq, &irq_type_ia64_lsapic);
if (action)
setup_irq(irq, action);
set_irq_handler(irq, handle_percpu_irq);
Expand Down

0 comments on commit 3336b96

Please sign in to comment.