From: Thomas Gleixner Date: Sat, 15 Aug 2009 11:20:42 +0000 (+0200) Subject: clocksource: Call clocksource_change_rating() outside of watchdog_lock X-Git-Tag: v2.6.32-rc1~168^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ea41d252f35465a2308a4038a323b6b07de06f6;p=pandora-kernel.git 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 --- Reading git-diff-tree failed