Skip to content

Commit

Permalink
fixup! arm64: Implement PR_{GET,SET}_MEM_MODEL for always-TSO CPUs
Browse files Browse the repository at this point in the history
  • Loading branch information
asahilina committed Sep 21, 2024
1 parent 2879cfb commit 9cb61a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/kernel/cpufeature_impdef.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ static const struct arm64_cpu_capabilities arm64_impdef_features[] = {
{
.desc = "TSO memory model (Fixed)",
.capability = ARM64_HAS_TSO_FIXED,
.type = ARM64_CPUCAP_SYSTEM_FEATURE,
.type = SCOPE_LOCAL_CPU | ARM64_CPUCAP_PERMITTED_FOR_LATE_CPU,
.matches = has_tso_fixed,
},
#endif
Expand Down

0 comments on commit 9cb61a9

Please sign in to comment.