Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116536
b: refs/heads/master
c: 4c66a73
h: refs/heads/master
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Oct 16, 2008
1 parent 9f06202 commit 4605d30
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: fc8c2d763bacc02962048fa042e287debb1416aa
refs/heads/master: 4c66a73f0796dacc2ff0d4af75794ec843ceb3d1
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ static struct irq_cfg *irq_cfg_alloc(unsigned int irq)
panic("please boot with nr_irq_cfg= %d\n", count * 2);

phys = __pa(cfg);
printk(KERN_DEBUG "irq_irq ==> [%#lx - %#lx]\n", phys, phys + total_bytes);
printk(KERN_DEBUG "irq_cfg ==> [%#lx - %#lx]\n", phys, phys + total_bytes);

for (i = 0; i < nr_irq_cfg; i++)
init_one_irq_cfg(&cfg[i]);
Expand Down

0 comments on commit 4605d30

Please sign in to comment.