[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <73c1f2160901252214k394d198dn815670e7f667b3ac@mail.gmail.com>
Date: Mon, 26 Jan 2009 01:14:59 -0500
From: Brian Gerst <brgerst@...il.com>
To: Tejun Heo <tj@...nel.org>
Cc: Ingo Molnar <mingo@...e.hu>, linux-kernel@...r.kernel.org
Subject: [PATCH 0/12] Next batch of x86 percpu changes
Based on tip/core/percpu. The first few patches move code out of
setup_percpu.c that should be elsewhere. The rest are cleanups, and
making Voyager use the same per-cpu setup code as all other x86
platforms.
arch/x86/Kconfig | 2 +-
arch/x86/include/asm/cpumask.h | 4 +
arch/x86/include/asm/processor.h | 9 -
arch/x86/include/asm/topology.h | 6 +
arch/x86/kernel/Makefile | 6 +-
arch/x86/kernel/apic.c | 18 ++
arch/x86/kernel/cpu/common.c | 24 ++-
arch/x86/kernel/setup_percpu.c | 371 +++++------------------------------
arch/x86/kernel/smpboot.c | 4 -
arch/x86/kernel/smpcommon.c | 32 ---
arch/x86/mach-voyager/voyager_smp.c | 5 -
arch/x86/mm/numa_64.c | 217 ++++++++++++++++++++
arch/x86/xen/smp.c | 1 -
--
Brian Gerst
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists