commit | db377be94c975c90e50956e9caa2947ab65b6b4f | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Sun Aug 17 18:23:36 2025 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Sun Aug 17 21:17:57 2025 +0100 |
tree | 86f22f4a1be3bd263511ab2f18de82e8411d2959 | |
parent | 4e2d063ee5cf70e6a7c8cae0b507ba362b13f682 [diff] |
KVM: arm64: Get rid of ARM64_FEATURE_MASK() The ARM64_FEATURE_MASK() macro was a hack introduce whilst the automatic generation of sysreg encoding was introduced, and was too unreliable to be entirely trusted. We are in a better place now, and we could really do without this macro. Get rid of it altogether. Signed-off-by: Marc Zyngier <maz@kernel.org>