Revert 337f13046ff0 ("futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op")
[linux-2.6-microblaze.git] / kernel / stop_machine.c
index 971d8ac..cbc3027 100644 (file)
@@ -409,6 +409,7 @@ static bool queue_stop_cpus_work(const struct cpumask *cpumask,
                work->fn = fn;
                work->arg = arg;
                work->done = done;
+               work->caller = _RET_IP_;
                if (cpu_stop_queue_work(cpu, work))
                        queued = true;
        }