Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190566
b: refs/heads/master
c: bbd391a
h: refs/heads/master
v: v3
  • Loading branch information
Prarit Bhargava authored and H. Peter Anvin committed Apr 30, 2010
1 parent f76e4d7 commit 1f9dc16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e67a807f3d9a82fa91817871f1c0e2e04da993b8
refs/heads/master: bbd391a15d82e14efe9d69ba64cadb855b061dba
3 changes: 3 additions & 0 deletions trunk/arch/x86/kernel/apic/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -2545,6 +2545,9 @@ void irq_force_complete_move(int irq)
struct irq_desc *desc = irq_to_desc(irq);
struct irq_cfg *cfg = desc->chip_data;

if (!cfg)
return;

__irq_complete_move(&desc, cfg->vector);
}
#else
Expand Down

0 comments on commit 1f9dc16

Please sign in to comment.