aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/process_64.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/process_64.c')
-rw-r--r--arch/x86/kernel/process_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/process_64.c b/arch/x86/kernel/process_64.c
index c78090dd0c52..87d7dfdcf46c 100644
--- a/arch/x86/kernel/process_64.c
+++ b/arch/x86/kernel/process_64.c
@@ -121,7 +121,7 @@ void cpu_idle(void)
121 current_thread_info()->status |= TS_POLLING; 121 current_thread_info()->status |= TS_POLLING;
122 /* endless idle loop with no priority at all */ 122 /* endless idle loop with no priority at all */
123 while (1) { 123 while (1) {
124 tick_nohz_stop_sched_tick(); 124 tick_nohz_stop_sched_tick(1);
125 while (!need_resched()) { 125 while (!need_resched()) {
126 126
127 rmb(); 127 rmb();