]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: remove additional_cpus
authorThomas Gleixner <tglx@linutronix.de>
Sun, 5 Oct 2008 15:51:52 +0000 (17:51 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 13 Oct 2008 08:33:48 +0000 (10:33 +0200)
commitcb48bb59995d2d14a0c732835c80bbcfb354de31
treee13de849926eb7934ad6953621556d063d05b1fc
parentb807305059c28fb8197496c944bfaa6b372a40ad
x86: remove additional_cpus

remove remainder of additional_cpus logic. We now just listen to the
disabled_cpus value like we did for years. disabled_cpus is always >=
0 so no need for an extra check.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/smpboot.c