The patch titled clean up default value of SCHED_SMT has been added to the -mm tree. Its filename is cleanup-default-value-of-sched_smt.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this From: Jean-Luc Leger <jean-luc.leger@xxxxxxxxxxxxxxxx> Default values for boolean and tristate options can only be 'y', 'm' or 'n'. This patch removes wrong default for SCHED_SMT. Signed-off-by: Jean-Luc Leger <jean-luc.leger@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/i386/Kconfig | 1 - arch/ia64/Kconfig | 1 - arch/powerpc/Kconfig | 1 - 3 files changed, 3 deletions(-) diff -puN arch/i386/Kconfig~cleanup-default-value-of-sched_smt arch/i386/Kconfig --- devel/arch/i386/Kconfig~cleanup-default-value-of-sched_smt 2006-04-16 17:51:27.000000000 -0700 +++ devel-akpm/arch/i386/Kconfig 2006-04-16 17:51:27.000000000 -0700 @@ -229,7 +229,6 @@ config NR_CPUS config SCHED_SMT bool "SMT (Hyperthreading) scheduler support" depends on SMP - default off help SMT scheduler support improves the CPU scheduler's decision making when dealing with Intel Pentium 4 chips with HyperThreading at a diff -puN arch/ia64/Kconfig~cleanup-default-value-of-sched_smt arch/ia64/Kconfig --- devel/arch/ia64/Kconfig~cleanup-default-value-of-sched_smt 2006-04-16 17:51:27.000000000 -0700 +++ devel-akpm/arch/ia64/Kconfig 2006-04-16 17:51:27.000000000 -0700 @@ -274,7 +274,6 @@ config HOTPLUG_CPU config SCHED_SMT bool "SMT scheduler support" depends on SMP - default off help Improves the CPU scheduler's decision making when dealing with Intel IA64 chips with MultiThreading at a cost of slightly increased diff -puN arch/powerpc/Kconfig~cleanup-default-value-of-sched_smt arch/powerpc/Kconfig --- devel/arch/powerpc/Kconfig~cleanup-default-value-of-sched_smt 2006-04-16 17:51:27.000000000 -0700 +++ devel-akpm/arch/powerpc/Kconfig 2006-04-16 17:51:27.000000000 -0700 @@ -693,7 +693,6 @@ config PPC_64K_PAGES config SCHED_SMT bool "SMT (Hyperthreading) scheduler support" depends on PPC64 && SMP - default off help SMT scheduler support improves the CPU scheduler's decision making when dealing with POWER5 cpus at a cost of slightly increased _ Patches currently in -mm which might be from jean-luc.leger@xxxxxxxxxxxxxxxx are cleanup-default-value-of-sched_smt.patch cleanup-default-value-of-syscall_debug.patch cleanup-default-value-of-mtd_pcmcia_anonymous.patch cleanup-default-value-of-usb_isp116x_hcd-usb_sl811_hcd-and-usb_sl811_cs.patch cleanup-default-value-of-ip_dccp_ackvec.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html