aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-msm')
-rw-r--r--arch/arm/mach-msm/hotplug.c2
-rw-r--r--arch/arm/mach-msm/platsmp.c5
2 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-msm/hotplug.c b/arch/arm/mach-msm/hotplug.c
index fedaa25b2935..002ac1e47235 100644
--- a/arch/arm/mach-msm/hotplug.c
+++ b/arch/arm/mach-msm/hotplug.c
@@ -15,8 +15,6 @@
15 15
16#include "core.h" 16#include "core.h"
17 17
18extern volatile int pen_release;
19
20static inline void cpu_enter_lowpower(void) 18static inline void cpu_enter_lowpower(void)
21{ 19{
22 /* Just flush the cache. Changing the coherency is not yet 20 /* Just flush the cache. Changing the coherency is not yet
diff --git a/arch/arm/mach-msm/platsmp.c b/arch/arm/mach-msm/platsmp.c
index ba3c4b0d523d..57af32ef75ed 100644
--- a/arch/arm/mach-msm/platsmp.c
+++ b/arch/arm/mach-msm/platsmp.c
@@ -35,11 +35,6 @@
35#define GIC_PPI_EDGE_MASK 0xFFFFD7FF 35#define GIC_PPI_EDGE_MASK 0xFFFFD7FF
36 36
37extern void msm_secondary_startup(void); 37extern void msm_secondary_startup(void);
38/*
39 * control for which core is the next to come out of the secondary
40 * boot "holding pen".
41 */
42volatile int pen_release = -1;
43 38
44static DEFINE_SPINLOCK(boot_lock); 39static DEFINE_SPINLOCK(boot_lock);
45 40