]> 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)
commit995bb9bbd5c63b54e0f623ccfced7dc7042c68d8
tree78a3872b75d74e5e29918f8959e00ec1cb583c61
parent06eb1e3253a3475cb43d00863271ba885ba1d2bd
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