From: Sudeep KarkadaNagesha Date: Tue, 31 Jul 2012 09:34:25 +0000 (+0100) Subject: ARM: perf: move irq registration into pmu implementation X-Git-Tag: omap-cleanup-local-headers-for-v3.7~43^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=051f1b13144dd8553d5a5104dde94c7263ae3ba7;p=pandora-kernel.git ARM: perf: move irq registration into pmu implementation This patch moves the CPU-specific IRQ registration and parsing code into the CPU PMU backend. This is required because a PMU may have more than one interrupt, which in turn can be either PPI (per-cpu) or SPI (requiring strict affinity setting at the interrupt distributor). Signed-off-by: Sudeep KarkadaNagesha [will: cosmetic edits and reworked interrupt dispatching] Signed-off-by: Will Deacon --- Reading git-diff-tree failed