The patch titled sched-mc-smt-power-savings-sched-policy-sparc64-build-fix has been removed from the -mm tree. Its filename is sched-mc-smt-power-savings-sched-policy-sparc64-build-fix.patch This patch was dropped because it was folded into sched-mc-smt-power-savings-sched-policy.patch ------------------------------------------------------ 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-09 15:18:11.000000000 -0700 +++ devel-akpm/include/asm-sparc64/topology.h 2006-06-09 15:18:11.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 origin.patch sched-implement-smpnice.patch sched-modify-move_tasks-to-improve-load-balancing-outcomes.patch sched-avoid-unnecessarily-moving-highest-priority-task-move_tasks.patch sched_domain-handle-kmalloc-failure.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