mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-08 20:10:37 +00:00
12 lines
315 B
Diff
12 lines
315 B
Diff
|
--- a/drivers/irqchip/irq-bcm6345-l1.c
|
||
|
+++ b/drivers/irqchip/irq-bcm6345-l1.c
|
||
|
@@ -121,7 +121,7 @@ static void bcm6345_l1_irq_handle(struct
|
||
|
unsigned int idx;
|
||
|
|
||
|
#ifdef CONFIG_SMP
|
||
|
- cpu = intc->cpus[cpu_logical_map(smp_processor_id())];
|
||
|
+ cpu = intc->cpus[smp_processor_id()];
|
||
|
#else
|
||
|
cpu = intc->cpus[0];
|
||
|
#endif
|