genirq: Look-up percpu trigger type if not specified by caller
authorMarc Zyngier <marc.zyngier@arm.com>
Mon, 13 Jun 2016 09:39:44 +0000 (10:39 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Mon, 13 Jun 2016 10:53:51 +0000 (11:53 +0100)
commitf35ad083783e8ed6ac030f5feb209f864875b413
tree99e978cf9d744a7642f936f0f9cfbd624faac807
parent4b357daed698c95d6b5eacc1c3c4afa206071ba2
genirq: Look-up percpu trigger type if not specified by caller

As we now do for non-percpu interrupt, perform a lookup of the
interrupt trigger if the user doesn't supply one. The difference
here is that we can only do it at enable time (trigger configuration
can be per-cpu as well).

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
kernel/irq/manage.c