From: Stephen Boyd Date: Tue, 7 Jul 2015 17:16:15 +0000 (+0100) Subject: ARM: 8401/1: perf: Set affinity for PPI based PMUs X-Git-Tag: omap-for-v4.3/fixes-rc1~102^2~1^3~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ded1e1a92daa96307e4b84b707fee5993bc6047;p=pandora-kernel.git ARM: 8401/1: perf: Set affinity for PPI based PMUs For PPI based PMUs, we bail out early in of_pmu_irq_cfg() without setting the PMU's supported_cpus bitmap. This causes the smp_call_function_any() in armv7_probe_num_events() to fail. Set the bitmap to be all CPUs so that we properly probe PMUs that use PPIs. Fixes: cc88116da0d1 ("arm: perf: treat PMUs as CPU affine") Cc: Mark Rutland Signed-off-by: Stephen Boyd Signed-off-by: Will Deacon Signed-off-by: Russell King --- Reading git-diff-tree failed