]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: Fix size of __early_cpu_boot_status
authorArun KS <arunks@codeaurora.org>
Tue, 30 Apr 2019 10:35:04 +0000 (16:05 +0530)
committerWill Deacon <will.deacon@arm.com>
Wed, 1 May 2019 13:39:26 +0000 (14:39 +0100)
commitdbed515e88d0e31390107ae6ebc0e811f33e10d1
tree271d4b625f34f1aa7475fa6f47e894dd440f32d2
parent5001fb1c910ce67b729c250c00a9e2160bca0771
arm64: Fix size of __early_cpu_boot_status

__early_cpu_boot_status is of type long. Use quad
assembler directive to allocate proper size.

Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Arun KS <arunks@codeaurora.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/head.S