[patch 0/8] cpuidle: Fix and replace cpu_idle_wait copied code

From: Thomas Gleixner
Date: Mon May 07 2012 - 13:59:45 EST


cpu_idle_wait() is available in several identical copies all over
arch/ plus a broken variant.

This series fixes the broken one first and then replaces all the
identical ones with a generic version.

Thanks,

tglx
----
arch/arm/Kconfig | 3 ---
arch/arm/include/asm/processor.h | 2 --
arch/arm/kernel/process.c | 20 --------------------
arch/ia64/include/asm/processor.h | 1 -
arch/ia64/kernel/process.c | 20 --------------------
arch/powerpc/Kconfig | 4 ----
arch/powerpc/include/asm/processor.h | 1 -
arch/powerpc/kernel/idle.c | 23 -----------------------
arch/sh/Kconfig | 3 ---
arch/sh/include/asm/processor.h | 1 -
arch/sh/kernel/idle.c | 20 --------------------
arch/x86/Kconfig | 3 ---
arch/x86/include/asm/processor.h | 2 --
arch/x86/kernel/apm_32.c | 2 +-
arch/x86/kernel/process.c | 20 --------------------
drivers/cpuidle/cpuidle.c | 13 +------------
include/linux/smp.h | 4 ++++
kernel/smp.c | 23 +++++++++++++++++++++++
18 files changed, 29 insertions(+), 136 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/