diff options
Diffstat (limited to 'arch/ia64/kernel/smpboot.c')
-rw-r--r-- | arch/ia64/kernel/smpboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/smpboot.c b/arch/ia64/kernel/smpboot.c index 796f6a5b966a..03e4ef3893c9 100644 --- a/arch/ia64/kernel/smpboot.c +++ b/arch/ia64/kernel/smpboot.c | |||
@@ -793,7 +793,7 @@ set_cpu_sibling_map(int cpu) | |||
793 | } | 793 | } |
794 | 794 | ||
795 | int __cpuinit | 795 | int __cpuinit |
796 | __cpu_up (unsigned int cpu) | 796 | __cpu_up(unsigned int cpu, struct task_struct *tidle) |
797 | { | 797 | { |
798 | int ret; | 798 | int ret; |
799 | int sapicid; | 799 | int sapicid; |