summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-sti/platsmp.c
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-08-14 11:22:09 +0100
committerMark Brown <broonie@linaro.org>2013-08-14 11:22:09 +0100
commit3c729b4344456ebd520636563c854090e3dec611 (patch)
tree6caae9f4d4c9f9ae2e033d64486649c6f603a209 /arch/arm/mach-sti/platsmp.c
parent90438c4bf987a653ad8679a4fa25a909f0c642b5 (diff)
parentd4e4ab86bcba5a72779c43dc1459f71fea3d89c8 (diff)
downloadlinux-stable-3c729b4344456ebd520636563c854090e3dec611.tar.gz
linux-stable-3c729b4344456ebd520636563c854090e3dec611.tar.bz2
linux-stable-3c729b4344456ebd520636563c854090e3dec611.zip
Merge tag 'v3.11-rc5' into spi-s3c64xx
Linux 3.11-rc5
Diffstat (limited to 'arch/arm/mach-sti/platsmp.c')
-rw-r--r--arch/arm/mach-sti/platsmp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-sti/platsmp.c b/arch/arm/mach-sti/platsmp.c
index 977a863468fc..dce50d983a8e 100644
--- a/arch/arm/mach-sti/platsmp.c
+++ b/arch/arm/mach-sti/platsmp.c
@@ -27,7 +27,7 @@
#include "smp.h"
-static void __cpuinit write_pen_release(int val)
+static void write_pen_release(int val)
{
pen_release = val;
smp_wmb();
@@ -37,7 +37,7 @@ static void __cpuinit write_pen_release(int val)
static DEFINE_SPINLOCK(boot_lock);
-void __cpuinit sti_secondary_init(unsigned int cpu)
+void sti_secondary_init(unsigned int cpu)
{
trace_hardirqs_off();
@@ -54,7 +54,7 @@ void __cpuinit sti_secondary_init(unsigned int cpu)
spin_unlock(&boot_lock);
}
-int __cpuinit sti_boot_secondary(unsigned int cpu, struct task_struct *idle)
+int sti_boot_secondary(unsigned int cpu, struct task_struct *idle)
{
unsigned long timeout;