diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap-smp.c')
-rw-r--r-- | arch/arm/mach-omap2/omap-smp.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap-smp.c b/arch/arm/mach-omap2/omap-smp.c index e99bc6cd4714..74e90b40a0c7 100644 --- a/arch/arm/mach-omap2/omap-smp.c +++ b/arch/arm/mach-omap2/omap-smp.c | |||
@@ -32,6 +32,11 @@ static void __iomem *scu_base; | |||
32 | 32 | ||
33 | static DEFINE_SPINLOCK(boot_lock); | 33 | static DEFINE_SPINLOCK(boot_lock); |
34 | 34 | ||
35 | void __iomem *omap4_get_scu_base(void) | ||
36 | { | ||
37 | return scu_base; | ||
38 | } | ||
39 | |||
35 | void __cpuinit platform_secondary_init(unsigned int cpu) | 40 | void __cpuinit platform_secondary_init(unsigned int cpu) |
36 | { | 41 | { |
37 | /* | 42 | /* |