diff options
| author | Marc Zyngier <[email protected]> | 2023-03-30 17:47:49 +0000 |
|---|---|---|
| committer | Marc Zyngier <[email protected]> | 2023-03-30 18:01:10 +0000 |
| commit | 5591805d2c21b70838b723b71b8ff613de51cfff (patch) | |
| tree | a7cd99b221b7cbeef0b1c2943d3aaec362ccd244 /include/kvm/arm_arch_timer.h | |
| parent | KVM: arm64: timers: Allow save/restoring of the physical timer (diff) | |
| download | kernel-5591805d2c21b70838b723b71b8ff613de51cfff.tar.gz kernel-5591805d2c21b70838b723b71b8ff613de51cfff.zip | |
KVM: arm64: timers: Rationalise per-vcpu timer init
The way we initialise our timer contexts may be satisfactory
for two timers, but will be getting pretty annoying with four.
Cleanup the whole thing by removing the code duplication and
getting rid of unused IRQ configuration elements.
Reviewed-by: Colton Lewis <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'include/kvm/arm_arch_timer.h')
| -rw-r--r-- | include/kvm/arm_arch_timer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/kvm/arm_arch_timer.h b/include/kvm/arm_arch_timer.h index 2dd0fd2406fb..c746ef64220b 100644 --- a/include/kvm/arm_arch_timer.h +++ b/include/kvm/arm_arch_timer.h @@ -59,7 +59,6 @@ struct arch_timer_context { /* Duplicated state from arch_timer.c for convenience */ u32 host_timer_irq; - u32 host_timer_irq_flags; }; struct timer_map { |
