KVM: arm64: timer: Refactor IRQ configuration
authorMarc Zyngier <maz@kernel.org>
Mon, 15 Mar 2021 14:05:21 +0000 (14:05 +0000)
committerMarc Zyngier <maz@kernel.org>
Tue, 1 Jun 2021 09:46:00 +0000 (10:46 +0100)
commit2f2f7e39dbb31aa1db13c490a4e47502497510fe
tree78a3872b75d74e5e29918f8959e00ec1cb583c61
parent354920e79441c8a53ac73008b06d3b70ed06eb34
KVM: arm64: timer: Refactor IRQ configuration

As we are about to add some more things to the timer IRQ
configuration, move this code out of the main timer init code
into its own set of functions.

No functional changes.

Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/kvm/arch_timer.c