Skip to content

Commit

Permalink
arm64: kernel: re-export _cpu_resume() from sleep.S
Browse files Browse the repository at this point in the history
Commit b5fe242 ("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 <ard.biesheuvel@linaro.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
  • Loading branch information
Ard Biesheuvel authored and Will Deacon committed Sep 5, 2016
1 parent f928c16 commit dc00247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/kernel/sleep.S
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dc00247

Please sign in to comment.