We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc17be commit cb290d8Copy full SHA for cb290d8
drivers/irqchip/irq-bcm2836.c
@@ -253,7 +253,7 @@ bcm2836_arm_irqchip_smp_init(void)
253
/* Unmask IPIs to the boot CPU. */
254
bcm2836_arm_irqchip_cpu_notify(&bcm2836_arm_irqchip_cpu_notifier,
255
CPU_STARTING,
256
- (void *)smp_processor_id());
+ (void *)(uintptr_t)smp_processor_id());
257
register_cpu_notifier(&bcm2836_arm_irqchip_cpu_notifier);
258
259
set_smp_cross_call(bcm2836_arm_irqchip_send_ipi);
0 commit comments