From: Marc Zyngier Date: Fri, 30 Sep 2011 09:48:47 +0000 (+0100) Subject: genirq: percpu: allow interrupt type to be set at enable time X-Git-Tag: v3.2-rc1~164^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e7c5fd29487ee88cb3abac945bafa60ae026146;p=pandora-kernel.git genirq: percpu: allow interrupt type to be set at enable time As request_percpu_irq() doesn't allow for a percpu interrupt to have its type configured (it is generally impossible to configure it on all CPUs at once), add a 'type' argument to enable_percpu_irq(). This allows some low-level, board specific init code to be switched to a generic API. [ tglx: Added WARN_ON argument ] Signed-off-by: Marc Zyngier Cc: Abhijeet Dharmapurikar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed