Ver código fonte

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>
Ard Biesheuvel 10 anos atrás
pai
commit
00ee68ecc2
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      arch/arm/mach-s5pv210/sleep.S

+ 1 - 1
arch/arm/mach-s5pv210/sleep.S

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