
tj at kernel
May 22, 2012, 10:21 AM
Post #1 of 1
(34 views)
Permalink
|
|
[GIT PULL] percpu changes for 3.5-rc1
|
|
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo [at] vger More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|