Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 5cb3d7a

Browse files
committed
Merge tag 'v6.6.44-rt39' into 6.6-rt
Linux 6.6.44-rt39
2 parents 0ec0be3 + ec8e0b6 commit 5cb3d7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/riscv/kernel/cpufeature.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ static int check_unaligned_access(void *param)
588588

589589
/* We are already set since the last check */
590590
if (per_cpu(misaligned_access_speed, cpu) != RISCV_HWPROBE_MISALIGNED_UNKNOWN)
591-
return;
591+
return 0;
592592

593593
/* Make an unaligned destination buffer. */
594594
dst = (void *)((unsigned long)page_address(page) | 0x1);

localversion-rt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-rt38
1+
-rt39

0 commit comments

Comments
 (0)