[2.6 patch] arm: NR_CPUS: use range

From: Adrian Bunk
Date: Sat Jan 15 2005 - 01:43:26 EST


The patch below uses range for NR_CPUS on arm (the same is already
done on all other architectures).


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.11-rc1-mm1-full/arch/arm/Kconfig.old 2005-01-15 07:34:47.000000000 +0100
+++ linux-2.6.11-rc1-mm1-full/arch/arm/Kconfig 2005-01-15 07:38:24.000000000 +0100
@@ -286,6 +286,7 @@

config NR_CPUS
int "Maximum number of CPUs (2-32)"
+ range 2 32
depends on SMP
default "4"

-
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/