|
@@ -632,7 +632,7 @@ static void gic_raise_softirq(const struct cpumask *mask, unsigned int irq)
|
|
|
static void gic_smp_init(void)
|
|
|
{
|
|
|
set_smp_cross_call(gic_raise_softirq);
|
|
|
- cpuhp_setup_state_nocalls(CPUHP_AP_IRQ_GICV3_STARTING,
|
|
|
+ cpuhp_setup_state_nocalls(CPUHP_AP_IRQ_GIC_STARTING,
|
|
|
"irqchip/arm/gicv3:starting",
|
|
|
gic_starting_cpu, NULL);
|
|
|
}
|