commit | db75f1a33f82ad332b6e139c5960e01999969d2c | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Mon Mar 01 17:39:39 2021 +0000 |
committer | Marc Zyngier <maz@kernel.org> | Tue Jun 01 10:45:59 2021 +0100 |
tree | 07fad6697aebf6c31113c7ff510a3de5854f594b | |
parent | f6c3e24fb721dda247f6691c809d6e6c413f22c7 [diff] |
KVM: arm64: vgic: move irq->get_input_level into an ops structure We already have the option to attach a callback to an interrupt to retrieve its pending state. As we are planning to expand this facility, move this callback into its own data structure. This will limit the size of individual interrupts as the ops structures can be shared across multiple interrupts. Signed-off-by: Marc Zyngier <maz@kernel.org>