diff options
| author | Andre Przywara <[email protected]> | 2016-04-13 10:03:02 +0000 |
|---|---|---|
| committer | Christoffer Dall <[email protected]> | 2016-05-20 13:39:39 +0000 |
| commit | a7e33ad9b25552b75a2523cc598db8bcd218ede5 (patch) | |
| tree | d732bbbc20a962b660c1604bcef574d76972db48 /include/kvm/arm_arch_timer.h | |
| parent | KVM: arm/arm64: Remove the IRQ field from struct irq_phys_map (diff) | |
| download | kernel-a7e33ad9b25552b75a2523cc598db8bcd218ede5.tar.gz kernel-a7e33ad9b25552b75a2523cc598db8bcd218ede5.zip | |
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 <[email protected]>
Reviewed-by: Eric Auger <[email protected]>
Reviewed-by: Christoffer Dall <[email protected]>
Diffstat (limited to 'include/kvm/arm_arch_timer.h')
| -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 { /* Timer IRQ */ struct kvm_irq_level irq; - /* VGIC mapping */ - struct irq_phys_map *map; - /* Active IRQ state caching */ bool active_cleared_last; }; |
