diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2012-04-20 09:05:47 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2012-04-26 06:06:10 -0400 |
commit | 5cdaf1834f43b0edc4a3aa683aa4ec98f6bfe8a7 (patch) | |
tree | c2ea97e82f7f04eb14d454ea1045f56717d468fd /arch/x86/kernel/smpboot.c | |
parent | 29d5e0476e1c4a513859e7858845ad172f560389 (diff) |
x86: Add task_struct argument to smp_ops.cpu_up
Preparatory patch to use the generic idle thread allocation.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>
Cc: x86@kernel.org
Link: http://lkml.kernel.org/r/20120420124557.176604405@linutronix.de
Diffstat (limited to 'arch/x86/kernel/smpboot.c')
-rw-r--r-- | arch/x86/kernel/smpboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index 6e1e406038c2..def235bf7594 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c | |||
@@ -818,7 +818,7 @@ do_rest: | |||
818 | return boot_error; | 818 | return boot_error; |
819 | } | 819 | } |
820 | 820 | ||
821 | int __cpuinit native_cpu_up(unsigned int cpu) | 821 | int __cpuinit native_cpu_up(unsigned int cpu, struct task_struct *tidle) |
822 | { | 822 | { |
823 | int apicid = apic->cpu_present_to_apicid(cpu); | 823 | int apicid = apic->cpu_present_to_apicid(cpu); |
824 | unsigned long flags; | 824 | unsigned long flags; |