patch-2.4.23 linux-2.4.23/arch/sparc64/config.in

Next file: linux-2.4.23/arch/sparc64/defconfig
Previous file: linux-2.4.23/arch/sparc/mm/srmmu.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/arch/sparc64/config.in linux-2.4.23/arch/sparc64/config.in
@@ -28,6 +28,10 @@
 
 bool 'Symmetric multi-processing support' CONFIG_SMP
 
+if [ "$CONFIG_SMP" = "y" ]; then
+   int  'Maximum number of CPUs (2-32)' CONFIG_NR_CPUS 32
+fi
+
 # Identify this as a Sparc64 build
 define_bool CONFIG_SPARC64 y
 
@@ -307,6 +311,8 @@
    define_bool CONFIG_MCOUNT y
 fi
 
+int 'Kernel messages buffer length shift (0 = default)' CONFIG_LOG_BUF_SHIFT 0
+
 endmenu
 
 source crypto/Config.in

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)