commit | edcc9c11bb5e057ce8884e1922f190d7b67c3a53 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Wed Apr 30 11:13:04 2025 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Wed Apr 30 11:30:37 2025 +0100 |
tree | 8073339ac42d7d0a2d0656974c2287a748433526 | |
parent | 05fc1814bfb611da895333328f3e649350393ac0 [diff] |
KVM: arm64: Kill HCRX_HOST_FLAGS HCRX_HOST_FLAGS, like most of these hardcoded setups, are not a good match for options that can be selectively enabled or disabled. Nothing but the early setup is relying on it now, so kill the macro and move the bag of bits where they belong. Signed-off-by: Marc Zyngier <maz@kernel.org>