diff options
-rw-r--r-- | arch/sh/kernel/smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/smp.c b/arch/sh/kernel/smp.c index 86cd6f94b53b..509b36b45115 100644 --- a/arch/sh/kernel/smp.c +++ b/arch/sh/kernel/smp.c | |||
@@ -161,7 +161,7 @@ int __cpu_disable(void) | |||
161 | return 0; | 161 | return 0; |
162 | } | 162 | } |
163 | #else /* ... !CONFIG_HOTPLUG_CPU */ | 163 | #else /* ... !CONFIG_HOTPLUG_CPU */ |
164 | int native_cpu_disable(void) | 164 | int native_cpu_disable(unsigned int cpu) |
165 | { | 165 | { |
166 | return -ENOSYS; | 166 | return -ENOSYS; |
167 | } | 167 | } |