All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] percpu changes for 3.5-rc1
@ 2012-05-22 17:21 Tejun Heo
  0 siblings, 0 replies; only message in thread
From: Tejun Heo @ 2012-05-22 17:21 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Alex Shi

Hello, Linus.

Please pull from the following branch to receive percpu changes for
3.5-rc1.

  git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git for-3.5

Contains Alex Shi's three patches to remove percpu_xxx() which overlap
with this_cpu_xxx().  There shouldn't be any functional change.

Thanks.

Alex Shi (3):
      net: replace percpu_xxx funcs with this_cpu_xxx or __this_cpu_xxx
      x86: replace percpu_xxx funcs with this_cpu_xxx
      percpu: remove percpu_xxx() functions

 arch/x86/include/asm/compat.h         |    2 +-
 arch/x86/include/asm/current.h        |    2 +-
 arch/x86/include/asm/desc.h           |    1 +
 arch/x86/include/asm/fpu-internal.h   |    6 ++--
 arch/x86/include/asm/hardirq.h        |    9 +++--
 arch/x86/include/asm/irq_regs.h       |    4 +-
 arch/x86/include/asm/mmu_context.h    |   12 ++++----
 arch/x86/include/asm/percpu.h         |   24 ++++++--------
 arch/x86/include/asm/smp.h            |    4 +-
 arch/x86/include/asm/stackprotector.h |    4 +-
 arch/x86/include/asm/thread_info.h    |    2 +-
 arch/x86/include/asm/tlbflush.h       |    4 +-
 arch/x86/kernel/cpu/common.c          |    2 +-
 arch/x86/kernel/cpu/mcheck/mce.c      |    4 +-
 arch/x86/kernel/i387.c                |    2 +-
 arch/x86/kernel/nmi_selftest.c        |    1 +
 arch/x86/kernel/paravirt.c            |   12 ++++----
 arch/x86/kernel/process.c             |    2 +-
 arch/x86/kernel/process_32.c          |    2 +-
 arch/x86/kernel/process_64.c          |   10 +++---
 arch/x86/mm/tlb.c                     |   10 +++---
 include/linux/percpu.h                |   54 ---------------------------------
 include/linux/topology.h              |    4 +-
 net/netfilter/xt_TEE.c                |   12 ++++----
 net/socket.c                          |    4 +-
 25 files changed, 69 insertions(+), 124 deletions(-)

--
tejun

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-22 17:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-22 17:21 [GIT PULL] percpu changes for 3.5-rc1 Tejun Heo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.