commit | f35ad083783e8ed6ac030f5feb209f864875b413 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Mon Jun 13 10:39:44 2016 +0100 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Mon Jun 13 11:53:51 2016 +0100 |
tree | 99e978cf9d744a7642f936f0f9cfbd624faac807 | |
parent | 4b357daed698c95d6b5eacc1c3c4afa206071ba2 [diff] |
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>