From: Mark Rutland Date: Wed, 27 Apr 2011 10:20:11 +0000 (+0100) Subject: ARM: perf: move active_events into struct arm_pmu X-Git-Tag: v3.2-rc1~130^2~7^2^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03b7898d300de62078cc130fbc83b84b1d1e0f8d;p=pandora-kernel.git ARM: perf: move active_events into struct arm_pmu This patch moves the active_events counter into struct arm_pmu, in preparation for supporting multiple PMUs. This also moves pmu_reserve_mutex, as it is used to guard accesses to active_events. Signed-off-by: Mark Rutland Reviewed-by: Will Deacon Reviewed-by: Jamie Iles Signed-off-by: Will Deacon --- Reading git-diff-tree failed