projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
nohz: prevent tick stop outside of the idle loop
[linux-2.6.git]
/
arch
/
sh
/
kernel
/
process_32.c
diff --git
a/arch/sh/kernel/process_32.c
b/arch/sh/kernel/process_32.c
index
b98e37a
..
921892c
100644
(file)
--- a/
arch/sh/kernel/process_32.c
+++ b/
arch/sh/kernel/process_32.c
@@
-86,7
+86,7
@@
void cpu_idle(void)
if (!idle)
idle = default_idle;
- tick_nohz_stop_sched_tick();
+ tick_nohz_stop_sched_tick(1);
while (!need_resched())
idle();
tick_nohz_restart_sched_tick();