aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mn10300/kernel/smp.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mn10300/kernel/smp.c')
-rw-r--r--arch/mn10300/kernel/smp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mn10300/kernel/smp.c b/arch/mn10300/kernel/smp.c
index 9cd69ad6aa02..090d35d36973 100644
--- a/arch/mn10300/kernel/smp.c
+++ b/arch/mn10300/kernel/smp.c
@@ -924,7 +924,7 @@ void initialize_secondary(void)
924 * __cpu_up - Set smp_commenced_mask for the nominated CPU 924 * __cpu_up - Set smp_commenced_mask for the nominated CPU
925 * @cpu: The target CPU. 925 * @cpu: The target CPU.
926 */ 926 */
927int __devinit __cpu_up(unsigned int cpu) 927int __devinit __cpu_up(unsigned int cpu, struct task_struct *tidle)
928{ 928{
929 int timeout; 929 int timeout;
930 930