]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit947bb7587fc2c1d1f6b89462ef1255ec30d4e682
treef9b780d2292da6a91a1a3d4fcecf866441b7a623
parent60c0d45a7f7ab4e30452fa14deb23a33e29adbc2
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