treewide: Trace IPIs sent via smp_send_reschedule()
[linux-2.6-microblaze.git] / arch / sparc / kernel / smp_64.c
index a55295d..e5964d1 100644 (file)
@@ -1430,7 +1430,7 @@ static unsigned long send_cpu_poke(int cpu)
        return hv_err;
 }
 
-void smp_send_reschedule(int cpu)
+void arch_smp_send_reschedule(int cpu)
 {
        if (cpu == smp_processor_id()) {
                WARN_ON_ONCE(preemptible());