From: Steven Rostedt (Red Hat) Date: Sat, 2 Mar 2013 21:49:10 +0000 (-0500) Subject: tracing: Add __per_cpu annotation to trace array percpu data pointer X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~134^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34ef61b1fa6172e994e441f1f0241dc53a75bd5f;p=pandora-kernel.git tracing: Add __per_cpu annotation to trace array percpu data pointer With the conversion of the data array to per cpu, sparse now complains about the use of per_cpu_ptr() on the variable. But The variable is allocated with alloc_percpu() and is fine to use. But since the structure that contains the data variable does not annotate it as such, sparse gives out a lot of false warnings. Reported-by: Fengguang Wu Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed