commit | 744a175f7574c946909449ca8607b87870571ea0 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Fri Jul 04 13:32:15 2025 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Sat Jul 12 09:58:31 2025 +0100 |
tree | c5600b6c9ffbf322e4182e34fbe5b78513b70b5f | |
parent | 30d9405bdb3e71538fbc6310e621710165fff162 [diff] |
KVM: arm64: Tighten the definition of FEAT_PMUv3p9 The current definition of FEAT_PMUv3p9 doesn't check for the lack of an IMPDEF PMU, which is encoded as 0b1111, but considered unsigned. Use the recently introduced helper to address the issue (which is harmless, as KVM never advertises an IMPDEF PMU). Signed-off-by: Marc Zyngier <maz@kernel.org>