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)
commita3e7aa271eec50a674d33bb6eafa51c5f1e5f51f
treef210717bd1e421204143be28adce5b9c383e842f
parent6d03a68f8054430cba28e49d9e46c1cd4db39a70
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