arm64: Fix size of __early_cpu_boot_status
authorArun KS <arunks@codeaurora.org>
Tue, 30 Apr 2019 10:35:04 +0000 (16:05 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Apr 2020 08:32:58 +0000 (10:32 +0200)
commitf903a196c4a585bbd6ca26d29fc080681bbc6f78
tree2bdeec08d761694d007b8a09341a675b6a2ab50e
parented0445d8826cfd759280d3f0ed4b78d922eb98c1
arm64: Fix size of __early_cpu_boot_status

commit 61cf61d81e326163ce1557ceccfca76e11d0e57c upstream.

__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>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm64/kernel/head.S