Skip to content

Commit 738e811

Browse files
hoshinolinajannau
authored andcommitted
fixup! arm64: Implement PR_{GET,SET}_MEM_MODEL for always-TSO CPUs
1 parent de6dd24 commit 738e811

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/kernel/cpufeature_impdef.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ static const struct arm64_cpu_capabilities arm64_impdef_features[] = {
7878
{
7979
.desc = "TSO memory model (Fixed)",
8080
.capability = ARM64_HAS_TSO_FIXED,
81-
.type = ARM64_CPUCAP_SYSTEM_FEATURE,
81+
.type = SCOPE_LOCAL_CPU | ARM64_CPUCAP_PERMITTED_FOR_LATE_CPU,
8282
.matches = has_tso_fixed,
8383
},
8484
#endif

0 commit comments

Comments
 (0)