commit | 6ea41d252f35465a2308a4038a323b6b07de06f6 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Sat Aug 15 13:20:42 2009 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sat Aug 15 13:20:42 2009 +0200 |
tree | 50315e593c1eacd4c0ebbe5abb1919bdb0302943 | |
parent | 23970e389e9cee43c4b41023935e1417271708b2 [diff] |
clocksource: Call clocksource_change_rating() outside of watchdog_lock The changes to the watchdog logic introduced a lock inversion between watchdog_lock and clocksource_mutex. Change the rating outside of watchdog_lock to avoid it. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>