]> git.ipfire.org Git - people/arne_f/kernel.git/commit
KVM: arm/arm64: arch_timer: Remove irq_phys_map
authorAndre Przywara <andre.przywara@arm.com>
Wed, 13 Apr 2016 10:03:02 +0000 (11:03 +0100)
committerChristoffer Dall <christoffer.dall@linaro.org>
Fri, 20 May 2016 13:39:39 +0000 (15:39 +0200)
commita7e33ad9b25552b75a2523cc598db8bcd218ede5
treed732bbbc20a962b660c1604bcef574d76972db48
parentb452cb52072d21f026e38ac7af36a969bab2ed22
KVM: arm/arm64: arch_timer: Remove irq_phys_map

Now that the interface between the arch timer and the VGIC does not
require passing the irq_phys_map entry pointer anymore, let's remove
it from the virtual arch timer and use the virtual IRQ number instead
directly.
The remaining pointer returned by kvm_vgic_map_phys_irq() will be
removed in the following patch.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Eric Auger <eric.auger@linaro.org>
Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>
include/kvm/arm_arch_timer.h
virt/kvm/arm/arch_timer.c