commit | 0b4f89aa9e9eb1d134a5294da439918a485bc11f | [log] [tgz] |
---|---|---|
author | Fuad Tabba <tabba@google.com> | Wed Aug 14 13:47:39 2024 +0100 |
committer | Fuad Tabba <tabba@google.com> | Fri Feb 21 11:12:40 2025 +0000 |
tree | e4ecf211903109586dbd25772b5e0915166191fd | |
parent | 5ca45d343e5028ba1c8b9b4e0f9c59b4043921b5 [diff] |
KVM: arm64: Remove redundant setting of HCR_EL2 trap bit In hVHE mode, HCR_E2H should be set for both protected and non-protected VMs. Since commit 23c9d58cb458 ("KVM: arm64: Fix initializing traps in protected mode"), this has been fixed, and the setting of the flag here is redundant. Signed-off-by: Fuad Tabba <tabba@google.com>