patch-2.4.25 linux-2.4.25/arch/x86_64/config.in

Next file: linux-2.4.25/arch/x86_64/defconfig
Previous file: linux-2.4.25/arch/sparc64/mm/init.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/arch/x86_64/config.in linux-2.4.25/arch/x86_64/config.in
@@ -70,10 +70,12 @@
 fi
 
 bool 'Machine check support' CONFIG_MCE
-bool 'K8 NUMA support' CONFIG_K8_NUMA
-if [ "$CONFIG_K8_NUMA" = "y" ]; then
+if [ "$CONFIG_SMP" = "y" ]; then
+   bool 'K8 NUMA support' CONFIG_K8_NUMA
+   if [ "$CONFIG_K8_NUMA" = "y" ]; then
    define_bool CONFIG_DISCONTIGMEM y 
    define_bool CONFIG_NUMA y
+   fi
 fi
 
 endmenu
@@ -139,7 +141,6 @@
 if [ "$CONFIG_IDE" != "n" ]; then
   source drivers/ide/Config.in
 else
-  define_bool CONFIG_BLK_DEV_IDE_MODES n
   define_bool CONFIG_BLK_DEV_HD n
 fi
 endmenu

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