From: Stephen Boyd Date: Mon, 29 Jun 2015 21:58:46 +0000 (+0100) Subject: arm: perf: Set affinity for PPI based PMUs X-Git-Tag: omap-for-v4.3/fixes-rc1~102^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ae81c25cfe962a788a28e023d9a78934d807f7d;p=pandora-kernel.git arm: 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 --- Reading git-diff-tree failed