[PATCH] menu fix: move # CPUs option to better location

From: Robert P. J. Day (rpjday@mindspring.com)
Date: Tue Apr 08 2003 - 17:31:44 EST


  strictly an aesthetic fix, to move a sub-option directly underneath
its parent option, where it belongs.

diff -Nru linux-2.5.67/arch/i386/Kconfig rday-2.5.67/arch/i386/Kconfig
--- linux-2.5.67/arch/i386/Kconfig 2003-03-24 17:00:07.000000000 -0500
+++ rday-2.5.67/arch/i386/Kconfig 2003-04-05 14:20:36.000000000 -0500
@@ -413,6 +413,18 @@
 
           If you don't know what to do here, say N.
 
+config NR_CPUS
+ int "Maximum number of CPUs (2-32)"
+ depends on SMP
+ default "32"
+ help
+ This allows you to specify the maximum number of CPUs which this
+ kernel will support. The maximum supported value is 32 and the
+ minimum value which makes sense is 2.
+
+ This is purely to save memory - each supported CPU adds
+ approximately eight kilobytes to the kernel image.
+
 config PREEMPT
         bool "Preemptible Kernel"
         help
@@ -464,18 +476,6 @@
         depends on !SMP && X86_UP_IOAPIC
         default y
 
-config NR_CPUS
- int "Maximum number of CPUs (2-32)"
- depends on SMP
- default "32"
- help
- This allows you to specify the maximum number of CPUs which this
- kernel will support. The maximum supported value is 32 and the
- minimum value which makes sense is 2.
-
- This is purely to save memory - each supported CPU adds
- approximately eight kilobytes to the kernel image.
-
 config X86_TSC
         bool
         depends on (MWINCHIP3D || MWINCHIP2 || MCRUSOE || MCYRIXIII || MK7 || MK6 || MPENTIUM4 || MPENTIUMIII || MPENTIUMII || M686 || M586MMX || M586TSC || MK8 || MVIAC3_2) && !X86_NUMAQ

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



This archive was generated by hypermail 2b29 : Tue Apr 15 2003 - 22:00:16 EST