We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f15d406 commit f7850caCopy full SHA for f7850ca
arch/arm64/kernel/cpufeature_impdef.c
@@ -78,7 +78,7 @@ static const struct arm64_cpu_capabilities arm64_impdef_features[] = {
78
{
79
.desc = "TSO memory model (Fixed)",
80
.capability = ARM64_HAS_TSO_FIXED,
81
- .type = ARM64_CPUCAP_SYSTEM_FEATURE,
+ .type = SCOPE_LOCAL_CPU | ARM64_CPUCAP_PERMITTED_FOR_LATE_CPU,
82
.matches = has_tso_fixed,
83
},
84
#endif
0 commit comments