Skip to content

Commit

Permalink
fixup! arm64: Implement Apple IMPDEF TSO memory model control
Browse files Browse the repository at this point in the history
Signed-off-by: Janne Grunau <[email protected]>
  • Loading branch information
asahilina authored and jannau committed Sep 20, 2024
1 parent fced904 commit 3416d14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/kernel/cpufeature_impdef.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ static const struct arm64_cpu_capabilities arm64_impdef_features[] = {
.field_width = 1,
.sign = FTR_UNSIGNED,
.min_field_value = 1,
.max_field_value = 1,
},
{
.desc = "TSO memory model (Fixed)",
Expand Down

0 comments on commit 3416d14

Please sign in to comment.