commit | 7659e349672bb0d378ef8d7d62bae4c53d2bdd18 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Mon Sep 29 14:06:45 2008 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Mon Sep 29 17:09:13 2008 +0200 |
tree | d1cf1862c214dc9eb93b46cbc3d123a465ce7b4f | |
parent | 6ef190cc92e33565accff6a320f0e7d90480bfe7 [diff] |
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>