Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257218
b: refs/heads/master
c: 7fece83
h: refs/heads/master
v: v3
  • Loading branch information
Naga Chumbalkar authored and Ingo Molnar committed Jul 11, 2011
1 parent d37d782 commit 445ec4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: bd6a46e087571897f0b2736917500b97d18dac13
refs/heads/master: 7fece83235a59b15d75d6c8ef2225c24abd4505b
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/apic/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1337,9 +1337,9 @@ static void setup_ioapic_irq(int apic_id, int pin, unsigned int irq,

apic_printk(APIC_VERBOSE,KERN_DEBUG
"IOAPIC[%d]: Set routing entry (%d-%d -> 0x%x -> "
"IRQ %d Mode:%i Active:%i)\n",
"IRQ %d Mode:%i Active:%i Dest:%d)\n",
apic_id, mpc_ioapic_id(apic_id), pin, cfg->vector,
irq, trigger, polarity);
irq, trigger, polarity, dest);


if (setup_ioapic_entry(mpc_ioapic_id(apic_id), irq, &entry,
Expand Down

0 comments on commit 445ec4d

Please sign in to comment.