From: Nishanth Menon Date: Fri, 18 Jan 2013 19:52:32 +0000 (+0000) Subject: cpufreq: OMAP: use RCU locks around usage of OPP X-Git-Tag: v3.8-rc5~6^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f44d188acdca1a34e4439ca6a173f85086e0e655;p=pandora-kernel.git cpufreq: OMAP: use RCU locks around usage of OPP OPP pointer is RCU protected, hence after finding it, de-reference also should be protected with the same RCU context else the OPP pointer may become invalid. Reported-by: Alexander Holler Tested-by: Alexander Holler Acked-by: Alexander Holler Signed-off-by: Nishanth Menon Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed