Commit 42cd561b authored by Ingo Molnar's avatar Ingo Molnar Committed by Thomas Gleixner

x86: remove idle check pgt cache calls

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 12fdd364
...@@ -105,7 +105,6 @@ void cpu_idle(void) ...@@ -105,7 +105,6 @@ void cpu_idle(void)
tick_nohz_stop_sched_tick(1); tick_nohz_stop_sched_tick(1);
while (!need_resched()) { while (!need_resched()) {
check_pgt_cache();
rmb(); rmb();
if (cpu_is_offline(cpu)) if (cpu_is_offline(cpu))
......
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