diff options
Diffstat (limited to 'arch/x86/kernel/process_64.c')
-rw-r--r-- | arch/x86/kernel/process_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/process_64.c b/arch/x86/kernel/process_64.c index ab79e1dfa023..c2db7ef93565 100644 --- a/arch/x86/kernel/process_64.c +++ b/arch/x86/kernel/process_64.c | |||
@@ -207,7 +207,7 @@ static inline void play_dead(void) | |||
207 | * low exit latency (ie sit in a loop waiting for | 207 | * low exit latency (ie sit in a loop waiting for |
208 | * somebody to say that they'd like to reschedule) | 208 | * somebody to say that they'd like to reschedule) |
209 | */ | 209 | */ |
210 | void cpu_idle (void) | 210 | void cpu_idle(void) |
211 | { | 211 | { |
212 | current_thread_info()->status |= TS_POLLING; | 212 | current_thread_info()->status |= TS_POLLING; |
213 | /* endless idle loop with no priority at all */ | 213 | /* endless idle loop with no priority at all */ |