powerpc/64s/perf: perf interrupt does not have to get_user_pages to access user memory
[linux-2.6-microblaze.git] / kernel / stop_machine.c
index 865bb02..890b79c 100644 (file)
@@ -178,7 +178,7 @@ static void ack_state(struct multi_stop_data *msdata)
                set_state(msdata, msdata->state + 1);
 }
 
-void __weak stop_machine_yield(const struct cpumask *cpumask)
+notrace void __weak stop_machine_yield(const struct cpumask *cpumask)
 {
        cpu_relax();
 }