The patch titled sched-mc-smt-power-savings-sched-policy-sparc64-build-fix has been added to the -mm tree. Its filename is sched-mc-smt-power-savings-sched-policy-sparc64-build-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: sched-mc-smt-power-savings-sched-policy-sparc64-build-fix From: "Siddha, Suresh B" <suresh.b.siddha@xxxxxxxxx> Dave, I am not sure if the appended patch is the correct(perhaps temporary?) mechanism(currently smp_prepare_cpus() also uses this mechanism) in identifying a SMT capable sparc64 processor. Can you confirm? Signed-off-by: Suresh Siddha <suresh.b.siddha@xxxxxxxxx> Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/asm-sparc64/topology.h | 3 +++ 1 file changed, 3 insertions(+) diff -puN include/asm-sparc64/topology.h~sched-mc-smt-power-savings-sched-policy-sparc64-build-fix include/asm-sparc64/topology.h --- devel/include/asm-sparc64/topology.h~sched-mc-smt-power-savings-sched-policy-sparc64-build-fix 2006-06-08 17:41:19.000000000 -0700 +++ devel-akpm/include/asm-sparc64/topology.h 2006-06-08 17:41:19.000000000 -0700 @@ -1,6 +1,9 @@ #ifndef _ASM_SPARC64_TOPOLOGY_H #define _ASM_SPARC64_TOPOLOGY_H +#include <asm/spitfire.h> +#define smt_capable() (tlb_type == hypervisor) + #include <asm-generic/topology.h> #endif /* _ASM_SPARC64_TOPOLOGY_H */ _ Patches currently in -mm which might be from suresh.b.siddha@xxxxxxxxx are fix-x86-microcode-driver-handling-of-multiple-matching.patch sched-implement-smpnice.patch sched-prevent-high-load-weight-tasks-suppressing-balancing.patch sched-improve-stability-of-smpnice-load-balancing.patch sched-improve-smpnice-load-balancing-when-load-per-task.patch smpnice-dont-consider-sched-groups-which-are-lightly-loaded-for-balancing.patch smpnice-dont-consider-sched-groups-which-are-lightly-loaded-for-balancing-fix.patch smpnice-dont-consider-sched-groups-which-are-lightly-loaded-for-balancing-fix-2patch.patch sched-modify-move_tasks-to-improve-load-balancing-outcomes.patch sched-avoid-unnecessarily-moving-highest-priority-task-move_tasks.patch sched-avoid-unnecessarily-moving-highest-priority-task-move_tasks-fix-2.patch sched_domain-handle-kmalloc-failure.patch sched_domain-handle-kmalloc-failure-fix.patch sched_domain-dont-use-gfp_atomic.patch sched_domain-use-kmalloc_node.patch sched_domain-allocate-sched_group-structures-dynamically.patch sched-mc-smt-power-savings-sched-policy.patch sched-mc-smt-power-savings-sched-policy-sparc64-build-fix.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