summaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64/proto.h
diff options
context:
space:
mode:
authorAndi Kleen2006-02-26 04:18:46 +0100
committerLinus Torvalds2006-02-26 18:53:30 +0100
commite2c0388866dc12bef56b178b958f9b778fe6c687 (patch)
tree8a029b1e859215340fd7a029194bffdd7661e4c8 /include/asm-x86_64/proto.h
parent[PATCH] x86_64: Disable ACPI blacklist by year for now on x86-64 (diff)
downloadkernel-qcow2-linux-e2c0388866dc12bef56b178b958f9b778fe6c687.tar.gz
kernel-qcow2-linux-e2c0388866dc12bef56b178b958f9b778fe6c687.tar.xz
kernel-qcow2-linux-e2c0388866dc12bef56b178b958f9b778fe6c687.zip
[PATCH] x86_64: Fix the additional_cpus=.. option
It didn't set up the CPU possible map early enough, so the option didn't actually work. Noticed by Heiko Carstens Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-x86_64/proto.h')
-rw-r--r--include/asm-x86_64/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86_64/proto.h b/include/asm-x86_64/proto.h
index eca3f2d633db..8bdcbd0aa03f 100644
--- a/include/asm-x86_64/proto.h
+++ b/include/asm-x86_64/proto.h
@@ -134,6 +134,7 @@ extern int force_iommu;
extern int reboot_force;
extern int notsc_setup(char *);
+extern int setup_additional_cpus(char *);
extern void smp_local_timer_interrupt(struct pt_regs * regs);