commit | 7c4199375ae347449fbde43cc8bf174ae6383d8e | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Mon Mar 22 13:32:34 2021 +0000 |
committer | Marc Zyngier <maz@kernel.org> | Thu Mar 25 11:01:03 2021 +0000 |
tree | 15403240bf72e0c6f8c23f2bfbe6b6b6e339c854 | |
parent | 755db23420a1ce4b740186543432983e9bbe713e [diff] |
KVM: arm64: Drop the CPU_FTR_REG_HYP_COPY infrastructure Now that the read_ctr macro has been specialised for nVHE, the whole CPU_FTR_REG_HYP_COPY infrastrcture looks completely overengineered. Simplify it by populating the two u64 quantities (MMFR0 and 1) that the hypervisor need. Reviewed-by: Quentin Perret <qperret@google.com> Signed-off-by: Marc Zyngier <maz@kernel.org>