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
-  Lines: 23
-  Date:
2004-02-18 05:36:31.000000000 -0800
-  Orig file: 
linux-2.4.24/arch/x86_64/config.in
-  Orig date: 
2003-11-28 10:26:19.000000000 -0800
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)