]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.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)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Wed, 29 Apr 2020 12:55:51 +0000 (14:55 +0200)
BugLink: https://bugs.launchpad.net/bugs/1873043
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>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Kelsey Skunberg <kelsey.skunberg@canonical.com>
arch/arm64/kernel/head.S

index ee9529e6af584a1fb6607bb53a207459d2cab2cc..99f606dc9f73044dfe8c83d9ec49502b3c8d6135 100644 (file)
@@ -576,7 +576,7 @@ ENTRY(__boot_cpu_mode)
  * with MMU turned off.
  */
 ENTRY(__early_cpu_boot_status)
-       .long   0
+       .quad   0
 
        .popsection