]> git.baikalelectronics.ru Git - kernel.git/commit
hrtimer: migrate pending list on cpu offline
authorThomas Gleixner <tglx@linutronix.de>
Mon, 29 Sep 2008 12:06:45 +0000 (14:06 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 29 Sep 2008 15:09:13 +0000 (17:09 +0200)
commite3edf560f80fa20e23a97c3ee9c64b02b2dafa7a
treed1cf1862c214dc9eb93b46cbc3d123a465ce7b4f
parentda811e1133952c637e5da2ecb2b2262445ed0549
hrtimer: migrate pending list on cpu offline

Impact: hrtimers which are on the pending list are not migrated at cpu
offline and can be stale forever

Add the pending list migration when CONFIG_HIGH_RES_TIMERS is enabled

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