Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-block.git] / arch / mips / include / asm / smp.h
index 4eee29b7845cfe4ca4bc5bc506598ef30a3d7c95..aab8981bc32ce10c0f5d445f83e927622c9b3b08 100644 (file)
@@ -66,7 +66,7 @@ extern void calculate_cpu_foreign_map(void);
  * it goes straight through and wastes no time serializing
  * anything. Worst case is that we lose a reschedule ...
  */
-static inline void smp_send_reschedule(int cpu)
+static inline void arch_smp_send_reschedule(int cpu)
 {
        extern const struct plat_smp_ops *mp_ops;       /* private */