Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 947bb758 authored by Ard Biesheuvel's avatar Ard Biesheuvel Committed by Catalin Marinas
Browse files

arm64: put __boot_cpu_mode label after alignment instead of before



Another one for the big head.S spring cleaning: the label should
be after the .align or it may point to the padding.

Signed-off-by: default avatarArd Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 60c0d45a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -585,8 +585,8 @@ ENDPROC(set_cpu_boot_mode_flag)
 * zeroing of .bss would clobber it.
 */
	.pushsection	.data..cacheline_aligned
ENTRY(__boot_cpu_mode)
	.align	L1_CACHE_SHIFT
ENTRY(__boot_cpu_mode)
	.long	BOOT_CPU_MODE_EL2
	.long	0
	.popsection