ARM: 8326/1: s5pv210: move resume code to .text section
authorArd Biesheuvel <[email protected]>
Wed, 25 Mar 2015 06:42:49 +0000 (07:42 +0100)
committerRussell King <[email protected]>
Sun, 29 Mar 2015 22:11:58 +0000 (23:11 +0100)
commit00ee68ecc2bf714ee97bc3629c29eef502e69c4b
treedad336e590095ea37e92a53c0999aa2c88490450
parent12833bacf5d904c2dac0c3f52b2ebde5f2c5a2bc
ARM: 8326/1: s5pv210: move resume code to .text section

This code calls cpu_resume() using a straight branch (b), so
now that we have moved cpu_resume() back to .text, this should
be moved there as well.

Acked-by: Nicolas Pitre <[email protected]>
Signed-off-by: Ard Biesheuvel <[email protected]>
Signed-off-by: Russell King <[email protected]>
arch/arm/mach-s5pv210/sleep.S