diff options
Diffstat (limited to 'arch/arm/mach-tegra/sleep.S')
-rw-r--r-- | arch/arm/mach-tegra/sleep.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/sleep.S b/arch/arm/mach-tegra/sleep.S index 26afa7cbed11..addae357da3f 100644 --- a/arch/arm/mach-tegra/sleep.S +++ b/arch/arm/mach-tegra/sleep.S | |||
@@ -34,7 +34,7 @@ | |||
34 | #include "flowctrl.h" | 34 | #include "flowctrl.h" |
35 | #include "sleep.h" | 35 | #include "sleep.h" |
36 | 36 | ||
37 | #ifdef CONFIG_PM_SLEEP | 37 | #if defined(CONFIG_HOTPLUG_CPU) || defined(CONFIG_PM_SLEEP) |
38 | /* | 38 | /* |
39 | * tegra_disable_clean_inv_dcache | 39 | * tegra_disable_clean_inv_dcache |
40 | * | 40 | * |
@@ -60,7 +60,9 @@ ENTRY(tegra_disable_clean_inv_dcache) | |||
60 | 60 | ||
61 | ldmfd sp!, {r0, r4-r5, r7, r9-r11, pc} | 61 | ldmfd sp!, {r0, r4-r5, r7, r9-r11, pc} |
62 | ENDPROC(tegra_disable_clean_inv_dcache) | 62 | ENDPROC(tegra_disable_clean_inv_dcache) |
63 | #endif | ||
63 | 64 | ||
65 | #ifdef CONFIG_PM_SLEEP | ||
64 | /* | 66 | /* |
65 | * tegra_sleep_cpu_finish(unsigned long v2p) | 67 | * tegra_sleep_cpu_finish(unsigned long v2p) |
66 | * | 68 | * |