From: Steven Rostedt Date: Mon, 6 Aug 2012 20:24:11 +0000 (-0400) Subject: tracing: Replace the static global per_cpu arrays with allocated per_cpu X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~134^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7603ff4b5f7e26e67af82a4c3d05eeeb8d7b160;p=pandora-kernel.git tracing: Replace the static global per_cpu arrays with allocated per_cpu The global and max-tr currently use static per_cpu arrays for the CPU data descriptors. But in order to get new allocated trace_arrays, they need to be allocated per_cpu arrays. Instead of using the static arrays, switch the global and max-tr to use allocated data. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed