Searched refs:gicv2_force_probe (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/irqchip/
H A Dirq-gic.c1279 static bool gicv2_force_probe; variable
1283 return kstrtobool(buf, &gicv2_force_probe);
1285 early_param("irqchip.gicv2_force_probe", gicv2_force_probe_cfg);
1304 if (!gicv2_force_probe) {
1305 pr_warn("GIC: GICv2 detected, but range too small and irqchip.gicv2_force_probe not set\n");

Completed in 106 milliseconds