public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 0/8] cpuidle: Fix and replace cpu_idle_wait copied code
@ 2012-05-07 17:59 Thomas Gleixner
  2012-05-07 17:59 ` [patch 1/8] powerpc: Fix broken cpu_idle_wait() implementation Thomas Gleixner
                   ` (8 more replies)
  0 siblings, 9 replies; 18+ messages in thread
From: Thomas Gleixner @ 2012-05-07 17:59 UTC (permalink / raw)
  To: LKML; +Cc: Peter Zijlstra

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(-)


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2012-05-08 12:31 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-07 17:59 [patch 0/8] cpuidle: Fix and replace cpu_idle_wait copied code Thomas Gleixner
2012-05-07 17:59 ` [patch 1/8] powerpc: Fix broken cpu_idle_wait() implementation Thomas Gleixner
2012-05-08 12:25   ` [tip:smp/hotplug] " tip-bot for Thomas Gleixner
2012-05-07 17:59 ` [patch 2/8] smp: Implement kick_all_cpus_sync() Thomas Gleixner
2012-05-08 12:26   ` [tip:smp/hotplug] " tip-bot for Thomas Gleixner
2012-05-07 17:59 ` [patch 3/8] cpuidle: Use kick_all_cpus_sync() Thomas Gleixner
2012-05-08 12:26   ` [tip:smp/hotplug] " tip-bot for Thomas Gleixner
2012-05-07 17:59 ` [patch 5/8] arm: Remove unused cpu_idle_wait() Thomas Gleixner
2012-05-08 12:28   ` [tip:smp/hotplug] " tip-bot for Thomas Gleixner
2012-05-07 17:59 ` [patch 4/8] x86: Use kick_all_cpus_sync() Thomas Gleixner
2012-05-08 12:27   ` [tip:smp/hotplug] " tip-bot for Thomas Gleixner
2012-05-07 17:59 ` [patch 6/8] powerpc: Remove unused cpu_idle_wait() Thomas Gleixner
2012-05-08 12:30   ` [tip:smp/hotplug] " tip-bot for Thomas Gleixner
2012-05-07 17:59 ` [patch 7/8] ia64: " Thomas Gleixner
2012-05-08 12:29   ` [tip:smp/hotplug] " tip-bot for Thomas Gleixner
2012-05-07 17:59 ` [patch 8/8] sh: Remove cpu_idle_wait() Thomas Gleixner
2012-05-08 12:31   ` [tip:smp/hotplug] " tip-bot for Thomas Gleixner
2012-05-07 20:06 ` [patch 0/8] cpuidle: Fix and replace cpu_idle_wait copied code Peter Zijlstra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox