|
@@ -1527,8 +1527,7 @@ static inline void init_IO_APIC_traps(void)
|
|
|
* 0x80, because int 0x80 is hm, kind of importantish. ;)
|
|
|
*/
|
|
|
for (irq = 0; irq < NR_IRQS ; irq++) {
|
|
|
- int tmp = irq;
|
|
|
- if (IO_APIC_IRQ(tmp) && !irq_cfg[tmp].vector) {
|
|
|
+ if (IO_APIC_IRQ(irq) && !irq_cfg[irq].vector) {
|
|
|
/*
|
|
|
* Hmm.. We don't have an entry for this,
|
|
|
* so default to an old-fashioned 8259
|