]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm64: vgic-its: Make vgic_its_cmd_handle_mapi similar to other handlers
authorMarc Zyngier <marc.zyngier@arm.com>
Sun, 17 Jul 2016 21:38:32 +0000 (22:38 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Mon, 18 Jul 2016 17:15:19 +0000 (18:15 +0100)
commit0699d65b5753a0e18089a805776bd29ae99a17ef
treef210717bd1e421204143be28adce5b9c383e842f
parent4d3a9ddd92fc0cf0e002aeaf6ad7fe4181fc12c3
KVM: arm64: vgic-its: Make vgic_its_cmd_handle_mapi similar to other handlers

vgic_its_cmd_handle_mapi has an extra "subcmd" argument, which is
already contained in the command buffer that all command handlers
obtain from the command queue. Let's drop it, as it is not that
useful.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
virt/kvm/arm/vgic/vgic-its.c