Files
kernel-tenderloin-3.0/kernel/hrtimer.c
Jeff Ohlstein ead6b51050 hrtimer: remove timerqueue node before reprogramming clockevent device
Currently the __remove_hrtimer function attempts to reprogram the
clockevent device so that we don't wake up unnecessarily from a timer we
have deleted. However, it does the reprogramming before actually
removing the timer in question from the timerqueue, so it turns into a
noop. This causes us to have an extra wakeup every time we remove the
timer that fires this. This is especially noticeable when the system
goes idle and we switch to NOHZ mode, as the system will always wakeup
one extra time when the system tick is removed.

Change-Id: If8656bbf85694228f279923fa86bd798d23e0f49
Signed-off-by: Jeff Ohlstein <johlstei@codeaurora.org>
2011-11-17 16:25:08 -08:00

46 KiB