]> git.baikalelectronics.ru Git - kernel.git/commit
nohz: disable tick_nohz_kick_tick() for now
authorThomas Gleixner <tglx@linutronix.de>
Mon, 10 Nov 2008 12:20:23 +0000 (13:20 +0100)
committerThomas Gleixner <tglx@apollo.(none)>
Mon, 10 Nov 2008 21:39:27 +0000 (22:39 +0100)
commit33b8a7206ba184af2174e92a84e58a9e2bcbf6e9
treea403ffaeaad1cb38afa79e2cca40ecc00ea694ab
parentea7466c892e37ee9369ba3d642446b869a2a006e
nohz: disable tick_nohz_kick_tick() for now

Impact: nohz powersavings and wakeup regression

commit b2cc86192696a099aff50fee5f9f8709d5dccd91 (NOHZ: restart tick
device from irq_enter()) causes a serious wakeup regression.

While the patch is correct it does not take into account that spurious
wakeups happen on x86. A fix for this issue is available, but we just
revert to the .27 behaviour and let long running softirqs screw
themself.

Disable it for now.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/time/tick-sched.c