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)
commit7659e349672bb0d378ef8d7d62bae4c53d2bdd18
treed1cf1862c214dc9eb93b46cbc3d123a465ce7b4f
parent6ef190cc92e33565accff6a320f0e7d90480bfe7
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