summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-tegra/reset.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/mach-tegra/reset.h b/arch/arm/mach-tegra/reset.h
index 2af17c3fee8f..44a671160e57 100644
--- a/arch/arm/mach-tegra/reset.h
+++ b/arch/arm/mach-tegra/reset.h
@@ -47,6 +47,11 @@ void tegra_secondary_startup(void);
((u32)__tegra_cpu_reset_handler_data - \
(u32)__tegra_cpu_reset_handler_start))))
+#define tegra_cpu_lp2_mask ((cpumask_t *)(IO_ADDRESS(TEGRA_RESET_HANDLER_BASE + \
+ ((u32)&__tegra_cpu_reset_handler_data[TEGRA_RESET_MASK_LP2] - \
+ (u32)__tegra_cpu_reset_handler_start))))
+#endif
+
#define tegra_cpu_reset_handler_offset \
((u32)__tegra_cpu_reset_handler - \
(u32)__tegra_cpu_reset_handler_start)
@@ -55,11 +60,6 @@ void tegra_secondary_startup(void);
(__tegra_cpu_reset_handler_end - \
__tegra_cpu_reset_handler_start)
-#define tegra_cpu_lp2_mask ((cpumask_t *)(IO_ADDRESS(TEGRA_RESET_HANDLER_BASE + \
- ((u32)&__tegra_cpu_reset_handler_data[TEGRA_RESET_MASK_LP2] - \
- (u32)__tegra_cpu_reset_handler_start))))
-#endif
-
void __init tegra_cpu_reset_handler_init(void);
#ifdef CONFIG_PM_SLEEP