From: venkatesh.pallipadi@intel.com Date: Fri, 3 Jul 2009 00:08:30 +0000 (-0700) Subject: [CPUFREQ] Eliminate the recent lockdep warnings in cpufreq X-Git-Tag: v2.6.31-rc3~50^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d26e2d5e2da37e92c6c7644b26b294dedd8c982;p=pandora-kernel.git [CPUFREQ] Eliminate the recent lockdep warnings in cpufreq Commit b14893a62c73af0eca414cfed505b8c09efc613c although it was very much needed to properly cleanup ondemand timer, opened-up a can of worms related to locking dependencies in cpufreq. Patch here defines the need for dbs_mutex and cleans up its usage in ondemand governor. This also resolves the lockdep warnings reported here http://lkml.indiana.edu/hypermail/linux/kernel/0906.1/01925.html http://lkml.indiana.edu/hypermail/linux/kernel/0907.0/00820.html and few others.. Signed-off-by: Venkatesh Pallipadi Signed-off-by: Dave Jones --- Reading git-diff-tree failed