]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
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:45:16 +0000 (10:45 +0200)
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

index 06058fba5f86c7af9a784288dc976ceb397cab86..d22ab8d9edc958008d2af04ce5207ff5bf5f54ea 100644 (file)
@@ -667,7 +667,7 @@ ENTRY(__boot_cpu_mode)
  * with MMU turned off.
  */
 ENTRY(__early_cpu_boot_status)
-       .long   0
+       .quad   0
 
        .popsection