On Tue, 4 Mar 2014, Bjorn Helgaas wrote: > Remove mc_capable() and smt_capable(). Neither is used. > > Both were added by 5c45bf279d37 ("sched: mc/smt power savings sched > policy"). Uses of both were removed by 8e7fbcbc22c1 ("sched: Remove stale > power aware scheduling remnants and dysfunctional knobs"). > > Signed-off-by: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> > --- > arch/arm/include/asm/topology.h | 3 --- > arch/ia64/include/asm/topology.h | 1 - > arch/mips/include/asm/topology.h | 4 ---- > arch/powerpc/include/asm/topology.h | 1 - > arch/sparc/include/asm/topology_64.h | 2 -- > arch/x86/include/asm/topology.h | 6 ------ > 6 files changed, 17 deletions(-) Acked-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>