1
0
Fork 0

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 <nico@linaro.org>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
hifive-unleashed-5.1
Ard Biesheuvel 2015-03-25 07:42:49 +01:00 committed by Russell King
parent 12833bacf5
commit 00ee68ecc2
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
#include <linux/linkage.h>
.data
.text
.align
/*