diff options
author | Mark Rutland <[email protected]> | 2022-09-12 17:22:04 +0100 |
---|---|---|
committer | Catalin Marinas <[email protected]> | 2022-09-16 17:15:02 +0100 |
commit | 34bbfdfb146be3ad485cbe526b2a1e9ce220649c (patch) | |
tree | 7333a23b43ef3f0cfee878438b4c3d5760a46175 /net/lapb/lapb_timer.c | |
parent | 92b4b5619f12770d455ae639ed4e773bdf01aff6 (diff) |
arm64: alternatives: kvm: prepare for cap changes
The KVM patching callbacks use cpus_have_final_cap() internally within
has_vhe(), and subsequent patches will make it invalid to call
cpus_have_final_cap() before alternatives patching has completed, and
will mean that cpus_have_const_cap() will always fall back to dynamic
checks prior to alternatives patching.
In preparation for said change, this patch modifies the KVM patching
callbacks to use cpus_have_cap() directly. This is not subject to
patching, and will dynamically check the cpu_hwcaps array, which is
functionally equivalent to the existing behaviour.
There should be no functional change as a result of this patch.
Signed-off-by: Mark Rutland <[email protected]>
Cc: Ard Biesheuvel <[email protected]>
Cc: James Morse <[email protected]>
Cc: Joey Gouly <[email protected]>
Cc: Marc Zyngier <[email protected]>
Cc: Will Deacon <[email protected]>
Reviewed-by: Ard Biesheuvel <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions