ARM: 8326/1: s5pv210: move resume code to .text section
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 25 Mar 2015 06:42:49 +0000 (07:42 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 29 Mar 2015 22:11:58 +0000 (23:11 +0100)
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 <nico@linaro.org>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-s5pv210/sleep.S

index 7c43ddd..dfbfc0f 100644 (file)
@@ -14,7 +14,7 @@
 
 #include <linux/linkage.h>
 
-       .data
+       .text
        .align
 
        /*