public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] arm: NR_CPUS: use range
@ 2005-01-15  6:39 Adrian Bunk
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2005-01-15  6:39 UTC (permalink / raw)
  To: rmk; +Cc: linux-arm-kernel, linux-kernel

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@stusta.de>

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [2.6 patch] arm: NR_CPUS: use range
@ 2005-02-06 15:18 Adrian Bunk
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2005-02-06 15:18 UTC (permalink / raw)
  To: Andrew Morton; +Cc: rmk, linux-arm-kernel, linux-kernel

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

Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- 

This patch was already sent on:
- 15 Jan 2005

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-02-06 15:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-15  6:39 [2.6 patch] arm: NR_CPUS: use range Adrian Bunk
  -- strict thread matches above, loose matches on Subject: below --
2005-02-06 15:18 Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox