diff options
author | Arnd Bergmann <arnd@arndb.de> | 2025-03-14 20:01:28 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2025-03-14 20:01:28 +0300 |
commit | cfe614f5225bfbdfbcd7917533fc3c811f98169e (patch) | |
tree | 4686c94834b653131171a79d36f8f4d77548a26f | |
parent | c221dcc769b00826476d40da062adbf0221c4620 (diff) | |
parent | 379c590113ce46f605439d4887996c60ab8820cc (diff) | |
download | linux-cfe614f5225bfbdfbcd7917533fc3c811f98169e.tar.xz |
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 |