commit | 6f16371453476fd094760ea3d6f00144e9ae3057 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Fri Oct 04 11:03:09 2019 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Sun Oct 20 10:47:07 2019 +0100 |
tree | 59ec323837bee0ff834014703e1d7fd894757bd7 | |
parent | f4e23cf9477452640d2522f3286db5df6fcfe45a [diff] |
arm64: KVM: Handle PMCR_EL0.LC as RES1 on pure AArch64 systems Of PMCR_EL0.LC, the ARMv8 ARM says: "In an AArch64 only implementation, this field is RES 1." So be it. Fixes: ab9468340d2bc ("arm64: KVM: Add access handler for PMCR register") Reviewed-by: Andrew Murray <andrew.murray@arm.com> Signed-off-by: Marc Zyngier <maz@kernel.org>