提交 61cf61d8 编写于 作者: A Arun KS 提交者: Will Deacon

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: NMark Rutland <mark.rutland@arm.com>
Signed-off-by: NArun KS <arunks@codeaurora.org>
Signed-off-by: NWill Deacon <will.deacon@arm.com>
上级 5fbbeedb
......@@ -684,7 +684,7 @@ ENTRY(__boot_cpu_mode)
* with MMU turned off.
*/
ENTRY(__early_cpu_boot_status)
.long 0
.quad 0
.popsection
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册