commit | 41ce82f63c0624556b94b90551e4f70a0c913879 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Fri Jun 28 15:23:43 2019 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Tue Jul 07 09:28:38 2020 +0100 |
tree | 3ae626e6158a6da3417b80f3d59a8679257f70e9 | |
parent | 3c5ff0c60f2febb170bc4096d4b8a8390ebb0bad [diff] |
KVM: arm64: timers: Move timer registers to the sys_regs file Move the timer gsisters to the sysreg file. This will further help when they are directly changed by a nesting hypervisor in the VNCR page. This requires moving the initialisation of the timer struct so that some of the helpers (such as arch_timer_ctx_index) can work correctly at an early stage. Signed-off-by: Marc Zyngier <maz@kernel.org>