Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233253
b: refs/heads/master
c: 5117348
h: refs/heads/master
i:
  233251: e9cb189
v: v3
  • Loading branch information
Thomas Gleixner committed Feb 12, 2011
1 parent 8810420 commit d8a4f00
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: 2fb270f3212a1e6a73f86f76c85caee93aae4386
refs/heads/master: 5117348dea5e3ecbb785cfa1271386fb49332b41
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,8 @@ void fixup_irqs(void)
if (irr & (1 << (vector % 32))) {
irq = __this_cpu_read(vector_irq[vector]);

data = irq_get_irq_data(irq);
desc = irq_to_desc(irq);
data = &desc->irq_data;
raw_spin_lock(&desc->lock);
if (data->chip->irq_retrigger)
data->chip->irq_retrigger(data);
Expand Down

0 comments on commit d8a4f00

Please sign in to comment.