[PATCH] x86-64: remove unused variable maxcpus

From: Jan Beulich
Date: Tue Jun 12 2007 - 03:50:59 EST


.. and adjust documentation to properly reflect options that are
x86-64 specific.

Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>

Documentation/x86_64/boot-options.txt | 6 ------
arch/x86_64/kernel/mpparse.c | 1 -
2 files changed, 7 deletions(-)

--- linux-2.6.22-rc4/Documentation/x86_64/boot-options.txt 2007-06-11 18:09:13.000000000 +0200
+++ 2.6.22-rc4-x86_64-maxcpus/Documentation/x86_64/boot-options.txt 2007-05-24 17:47:50.000000000 +0200
@@ -134,12 +134,6 @@ Non Executable Mappings

SMP

- nosmp Only use a single CPU
-
- maxcpus=NUMBER only use upto NUMBER CPUs
-
- cpumask=MASK only use cpus with bits set in mask
-
additional_cpus=NUM Allow NUM more CPUs for hotplug
(defaults are specified by the BIOS, see Documentation/x86_64/cpu-hotplug-spec)

--- linux-2.6.22-rc4/arch/x86_64/kernel/mpparse.c 2007-06-11 18:09:18.000000000 +0200
+++ 2.6.22-rc4-x86_64-maxcpus/arch/x86_64/kernel/mpparse.c 2007-05-24 17:44:48.000000000 +0200
@@ -32,7 +32,6 @@

/* Have we found an MP table */
int smp_found_config;
-unsigned int __initdata maxcpus = NR_CPUS;

/*
* Various Linux-internal data structures created from the



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/