From: Sudeep KarkadaNagesha Date: Tue, 31 Jul 2012 09:11:23 +0000 (+0100) Subject: ARM: perf: allocate CPU PMU dynamically at probe time X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~53^2^2~9^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=513c99ce4e64245be1f83f56039ec4891b451955;p=pandora-kernel.git ARM: perf: allocate CPU PMU dynamically at probe time Supporting multiple, heterogeneous CPU PMUs requires us to allocate the arm_pmu structures dynamically as the devices are probed. This patch removes the static structure definitions for each CPU PMU type and instead passes pointers to the PMU-specific init functions. Signed-off-by: Sudeep KarkadaNagesha Signed-off-by: Will Deacon --- Reading git-diff-tree failed