projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fbbeed
)
arm64: Fix size of __early_cpu_boot_status
author
Arun KS
<arunks@codeaurora.org>
Tue, 30 Apr 2019 10:35:04 +0000
(16:05 +0530)
committer
Will Deacon
<will.deacon@arm.com>
Wed, 1 May 2019 13:39:26 +0000
(14:39 +0100)
__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
patch
|
blob
|
history
diff --git
a/arch/arm64/kernel/head.S
b/arch/arm64/kernel/head.S
index f533305849d774b19056fa930bf2f8838dc10073..fcae3f85c6cdf80d77c700241f5a9e9482809d32 100644
(file)
--- a/
arch/arm64/kernel/head.S
+++ b/
arch/arm64/kernel/head.S
@@
-684,7
+684,7
@@
ENTRY(__boot_cpu_mode)
* with MMU turned off.
*/
ENTRY(__early_cpu_boot_status)
- .
long
0
+ .
quad
0
.popsection