]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit37b00e49b33dea23a08990f30a16b6229636d330
tree78a3872b75d74e5e29918f8959e00ec1cb583c61
parenta7b2f47a39272ce5c95e055d58fb1affb7623882
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