diff options
author | 2025-03-14 18:01:28 +0100 | |
---|---|---|
committer | 2025-03-14 18:01:28 +0100 | |
commit | cfe614f5225bfbdfbcd7917533fc3c811f98169e (patch) | |
tree | 4686c94834b653131171a79d36f8f4d77548a26f | |
parent | Merge tag 'qcom-drivers-fixes-for-6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes (diff) | |
parent | ARM: shmobile: smp: Enforce shmobile_smp_* alignment (diff) | |
download | wireguard-linux-cfe614f5225bfbdfbcd7917533fc3c811f98169e.tar.xz wireguard-linux-cfe614f5225bfbdfbcd7917533fc3c811f98169e.zip |
Merge tag 'renesas-fixes-for-v6.14-tag1' of https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/fixes
Renesas fixes for v6.14
- Fix possible misalignment breaking SMP bring-up.
* tag 'renesas-fixes-for-v6.14-tag1' of https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel:
ARM: shmobile: smp: Enforce shmobile_smp_* alignment
Link: https://lore.kernel.org/r/cover.1741785482.git.geert+renesas@glider.be
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | arch/arm/mach-shmobile/headsmp.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/headsmp.S b/arch/arm/mach-shmobile/headsmp.S index a956b489b6ea..2bc7e73a8582 100644 --- a/arch/arm/mach-shmobile/headsmp.S +++ b/arch/arm/mach-shmobile/headsmp.S @@ -136,6 +136,7 @@ ENDPROC(shmobile_smp_sleep) .long shmobile_smp_arg - 1b .bss + .align 2 .globl shmobile_smp_mpidr shmobile_smp_mpidr: .space NR_CPUS * 4 |