Commit 23ebb33f authored by Ingo Molnar's avatar Ingo Molnar Committed by Thomas Gleixner

sched: wake_up_idle_cpu rt fix

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 0dfa3e7e
......@@ -1321,7 +1321,7 @@ void wake_up_idle_cpu(int cpu)
{
struct rq *rq = cpu_rq(cpu);
if (cpu == smp_processor_id())
if (cpu == raw_smp_processor_id())
return;
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment