From: Steven Rostedt Date: Tue, 7 Feb 2012 14:46:01 +0000 (-0500) Subject: cpuidle/tracing: Denote the tracepoints as being in rcu_idle_exit() section X-Git-Tag: v3.4-rc1~192^2~13^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76027ea863fc02698da536b4970784eed3caa635;p=pandora-kernel.git cpuidle/tracing: Denote the tracepoints as being in rcu_idle_exit() section As the tracepoints in the cpuidle code are called when rcu_idle_exit() is in effect, the _rcuidle() version must be used, otherwise the rcu_read_lock()s that protect the tracepoint will not be honored. Cc: Len Brown Reviewed-by: Josh Triplett Reviewed-by: Paul E. McKenney Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed