diff options
author | Andre Przywara <andre.przywara@arm.com> | 2016-04-13 06:03:02 -0400 |
---|---|---|
committer | Christoffer Dall <christoffer.dall@linaro.org> | 2016-05-20 09:39:39 -0400 |
commit | a7e33ad9b25552b75a2523cc598db8bcd218ede5 (patch) | |
tree | d732bbbc20a962b660c1604bcef574d76972db48 /include/kvm | |
parent | b452cb52072d21f026e38ac7af36a969bab2ed22 (diff) |
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>
Diffstat (limited to 'include/kvm')
-rw-r--r-- | include/kvm/arm_arch_timer.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/kvm/arm_arch_timer.h b/include/kvm/arm_arch_timer.h index b651aed9dc6b..a47b7dee434d 100644 --- a/include/kvm/arm_arch_timer.h +++ b/include/kvm/arm_arch_timer.h | |||
@@ -53,9 +53,6 @@ struct arch_timer_cpu { | |||
53 | /* Timer IRQ */ | 53 | /* Timer IRQ */ |
54 | struct kvm_irq_level irq; | 54 | struct kvm_irq_level irq; |
55 | 55 | ||
56 | /* VGIC mapping */ | ||
57 | struct irq_phys_map *map; | ||
58 | |||
59 | /* Active IRQ state caching */ | 56 | /* Active IRQ state caching */ |
60 | bool active_cleared_last; | 57 | bool active_cleared_last; |
61 | }; | 58 | }; |