Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158632
b: refs/heads/master
c: a7428cd
h: refs/heads/master
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Ingo Molnar committed Aug 5, 2009
1 parent 2378ea8 commit 26b192a
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 2977fb3ffc8493a2f4f0a362e8660a6cde9f1bb9
refs/heads/master: a7428cd2ef77734465e36bceb43290e37e2a97c6
4 changes: 4 additions & 0 deletions trunk/arch/x86/kernel/apic/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,10 @@ static void add_pin_to_irq_node(struct irq_cfg *cfg, int node, int apic, int pin
}

entry = get_one_free_irq_2_pin(node);
if (!entry) {
printk(KERN_ERR "can not alloc irq_pin_list\n");
BUG_ON(1);
}
entry->apic = apic;
entry->pin = pin;

Expand Down

0 comments on commit 26b192a

Please sign in to comment.