diff options
author | Magnus Damm <damm@opensource.se> | 2011-09-25 17:21:02 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2011-09-25 17:21:02 -0400 |
commit | a0089bd617adea27ebc352e1e0871649ab1dbaa6 (patch) | |
tree | 0719ce3601acf6bdd55267d02039f79c971739df /arch/arm/mach-shmobile/sleep-sh7372.S | |
parent | cf33835c5fc528cacd4f98bc38f246022dad340d (diff) |
ARM: mach-shmobile: sh7372 sleep warning fixes
Update the sh7372 sleep code to build parts of the
code only when SUSPEND and/or CPU_IDLE are set.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'arch/arm/mach-shmobile/sleep-sh7372.S')
-rw-r--r-- | arch/arm/mach-shmobile/sleep-sh7372.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/sleep-sh7372.S b/arch/arm/mach-shmobile/sleep-sh7372.S index d365842ded47..f3ab3c5810ea 100644 --- a/arch/arm/mach-shmobile/sleep-sh7372.S +++ b/arch/arm/mach-shmobile/sleep-sh7372.S | |||
@@ -34,6 +34,7 @@ | |||
34 | #include <asm/memory.h> | 34 | #include <asm/memory.h> |
35 | #include <asm/assembler.h> | 35 | #include <asm/assembler.h> |
36 | 36 | ||
37 | #if defined(CONFIG_SUSPEND) || defined(CONFIG_CPU_IDLE) | ||
37 | .align 12 | 38 | .align 12 |
38 | .text | 39 | .text |
39 | .global sh7372_resume_core_standby_a3sm | 40 | .global sh7372_resume_core_standby_a3sm |
@@ -91,3 +92,4 @@ sh7372_do_idle_a3sm: | |||
91 | 92 | ||
92 | kernel_flush: | 93 | kernel_flush: |
93 | .word v7_flush_dcache_all | 94 | .word v7_flush_dcache_all |
95 | #endif | ||