]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - arch/m32r/include/asm/smp.h
cpumask: arch_send_call_function_ipi_mask: m32r
[mirror_ubuntu-bionic-kernel.git] / arch / m32r / include / asm / smp.h
index b96a6d2ffbc3f16161cb7fbc8e85de866dfeaaf3..c2be49d408a302ff7fa684b4d60e414bc490ade5 100644 (file)
@@ -88,7 +88,8 @@ extern void smp_send_timer(void);
 extern unsigned long send_IPI_mask_phys(cpumask_t, int, int);
 
 extern void arch_send_call_function_single_ipi(int cpu);
-extern void arch_send_call_function_ipi(cpumask_t mask);
+extern void arch_send_call_function_ipi_mask(const struct cpumask *mask);
+#define arch_send_call_function_ipi_mask arch_send_call_function_ipi_mask
 
 #endif /* not __ASSEMBLY__ */