arm64: kernel: re-export _cpu_resume() from sleep.S
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 5 Sep 2016 09:23:17 +0000 (10:23 +0100)
committerWill Deacon <will.deacon@arm.com>
Mon, 5 Sep 2016 09:24:55 +0000 (10:24 +0100)
commitdc00247576fdb97211e1959b4dfd2a7893cf9d0b
tree0d3dfea3a48e8251675da2dae7dfd52cc337b42a
parentf928c16dbfaff447c637d8c22c29a642be0044f1
arm64: kernel: re-export _cpu_resume() from sleep.S

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 <ard.biesheuvel@linaro.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/sleep.S