We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb8fb2b commit a955d75Copy full SHA for a955d75
arch/arm64/include/asm/cpufeature.h
@@ -905,7 +905,7 @@ static inline unsigned int get_vmid_bits(u64 mmfr1)
905
static __always_inline bool system_has_actlr_state(void)
906
{
907
return IS_ENABLED(CONFIG_ARM64_ACTLR_STATE) &&
908
- cpus_have_const_cap(ARM64_HAS_TSO_APPLE);
+ alternative_has_cap_unlikely(ARM64_HAS_TSO_APPLE);
909
}
910
911
s64 arm64_ftr_safe_value(const struct arm64_ftr_bits *ftrp, s64 new, s64 cur);
0 commit comments