diff options
Diffstat (limited to 'arch/arm/mach-prima2')
-rw-r--r-- | arch/arm/mach-prima2/headsmp.S | 3 | ||||
-rw-r--r-- | arch/arm/mach-prima2/hotplug.c | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-prima2/headsmp.S b/arch/arm/mach-prima2/headsmp.S index 6ec19d51a271..ada82d0917ef 100644 --- a/arch/arm/mach-prima2/headsmp.S +++ b/arch/arm/mach-prima2/headsmp.S | |||
@@ -9,7 +9,8 @@ | |||
9 | #include <linux/linkage.h> | 9 | #include <linux/linkage.h> |
10 | #include <linux/init.h> | 10 | #include <linux/init.h> |
11 | 11 | ||
12 | __INIT | 12 | __CPUINIT |
13 | |||
13 | /* | 14 | /* |
14 | * Cold boot and hardware reset show different behaviour, | 15 | * Cold boot and hardware reset show different behaviour, |
15 | * system will be always panic if we warm-reset the board | 16 | * system will be always panic if we warm-reset the board |
diff --git a/arch/arm/mach-prima2/hotplug.c b/arch/arm/mach-prima2/hotplug.c index 97c1ee586442..f4b17cbababd 100644 --- a/arch/arm/mach-prima2/hotplug.c +++ b/arch/arm/mach-prima2/hotplug.c | |||
@@ -35,7 +35,7 @@ static inline void platform_do_lowpower(unsigned int cpu) | |||
35 | * | 35 | * |
36 | * Called with IRQs disabled | 36 | * Called with IRQs disabled |
37 | */ | 37 | */ |
38 | void sirfsoc_cpu_die(unsigned int cpu) | 38 | void __ref sirfsoc_cpu_die(unsigned int cpu) |
39 | { | 39 | { |
40 | platform_do_lowpower(cpu); | 40 | platform_do_lowpower(cpu); |
41 | } | 41 | } |