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:
f928c16
)
arm64: kernel: re-export _cpu_resume() from sleep.S
author
Ard Biesheuvel
<
[email protected]
>
Mon, 5 Sep 2016 09:23:17 +0000
(10:23 +0100)
committer
Will Deacon
<
[email protected]
>
Mon, 5 Sep 2016 09:24:55 +0000
(10:24 +0100)
Commit
b5fe242972ef
("arm64: kernel: fix style issues in sleep.S")
changed the linkage of _cpu_resume() to local, even though the symbol
is also referenced from hibernate.c. So revert this change.
Signed-off-by: Ard Biesheuvel <
[email protected]
>
Signed-off-by: Will Deacon <
[email protected]
>
arch/arm64/kernel/sleep.S
patch
|
blob
|
history
diff --git
a/arch/arm64/kernel/sleep.S
b/arch/arm64/kernel/sleep.S
index 0f7e0b2ac64cba9f8f476fad22fe13b5c3c3d200..b8799e7c79de51dac71c5f7485709177b7cd3b5d 100644
(file)
--- a/
arch/arm64/kernel/sleep.S
+++ b/
arch/arm64/kernel/sleep.S
@@
-107,7
+107,7
@@
ENDPROC(cpu_resume)
.ltorg
.popsection
-_cpu_resume:
+ENTRY(_cpu_resume)
mrs x1, mpidr_el1
adr_l x8, mpidr_hash // x8 = struct mpidr_hash virt address