|
@@ -299,7 +299,7 @@ void bcma_core_mips_init(struct bcma_drv_mips *mcore)
|
|
break;
|
|
break;
|
|
default:
|
|
default:
|
|
list_for_each_entry(core, &bus->cores, list) {
|
|
list_for_each_entry(core, &bus->cores, list) {
|
|
- core->irq = bcma_core_irq(core);
|
|
|
|
|
|
+ core->irq = bcma_core_mips_irq(core) + 2;
|
|
}
|
|
}
|
|
bcma_err(bus,
|
|
bcma_err(bus,
|
|
"Unknown device (0x%x) found, can not configure IRQs\n",
|
|
"Unknown device (0x%x) found, can not configure IRQs\n",
|