clocksource: Call clocksource_change_rating() outside of watchdog_lock
authorThomas Gleixner <tglx@linutronix.de>
Sat, 15 Aug 2009 11:20:42 +0000 (13:20 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 15 Aug 2009 11:20:42 +0000 (13:20 +0200)
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>

No differences found