--- linux-2.4.26_uml-patch-2.4.26-2um.orig/arch/um/config.in 2004-08-01 07:52:46.000000000 -0400 +++ linux-2.4.26_uml-patch-2.4.26-2um_incrementals/arch/um/config.in 2004-08-03 13:40:30.000000000 -0400 @@ -49,8 +49,13 @@ bool 'Management console' CONFIG_MCONSOLE dep_bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ $CONFIG_MCONSOLE bool '2G/2G host address space split' CONFIG_HOST_2G_2G + bool 'Symmetric multi-processing support' CONFIG_UML_SMP define_bool CONFIG_SMP $CONFIG_UML_SMP +if [ "$CONFIG_SMP" = "y" ]; then + int 'Maximum number of CPUs (2-32)' CONFIG_NR_CPUS 32 +fi + int 'Nesting level' CONFIG_NEST_LEVEL 0 int 'Kernel address space size (in .5G units)' CONFIG_KERNEL_HALF_GIGS 1 bool 'Highmem support' CONFIG_HIGHMEM