]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: put __boot_cpu_mode label after alignment instead of before
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 13 Mar 2015 15:21:18 +0000 (16:21 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Sat, 14 Mar 2015 11:02:26 +0000 (11:02 +0000)
commitee83e2afc7be4e34edcb4c74562c23c065cdf1d9
treef9b780d2292da6a91a1a3d4fcecf866441b7a623
parent5d644df425424fb9b3bf4545816af7e0b8e319e3
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: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/head.S