[GIT PULL tip:x86/mm] this_cpu_has() changes and phys_to_nid()removal

From: Tejun Heo
Date: Fri Apr 01 2011 - 05:22:29 EST


Hello, Ingo.

Please pull from the following git branch to receive five patches.
Three of them are Christoph's this_cpu_has() patches. One removes the
custom x86-64 phys_to_nid() implementation and the last one cleans up
arch/x86/Kconfig a bit. HEAD is 3b16651f80 (x86: Clean up memory
model related configs in arch/x86/Kconfig).

git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc.git x86-mm

As usual, if HEAD doesn't appear, please pull from master.

ssh://master.kernel.org/pub/scm/linux/kernel/git/tj/misc.git x86-mm

Thanks.

Christoph Lameter (3):
x86: A fast way to check capabilities of the current cpu
x86: Use this_cpu_has for thermal_interrupt current cpu
acpi throttling: Use this_cpu_has and simplify code current cpu

Tejun Heo (2):
x86-64, NUMA: Remove custom phys_to_nid() implementation
x86: Clean up memory model related configs in arch/x86/Kconfig

arch/x86/Kconfig | 30 +++----
arch/x86/include/asm/cpufeature.h | 13 ++-
arch/x86/include/asm/mmzone_64.h | 23 ------
arch/x86/include/asm/percpu.h | 27 +++++++
arch/x86/kernel/apic/apic.c | 2 +-
arch/x86/kernel/cpu/mcheck/therm_throt.c | 7 +-
arch/x86/kernel/process.c | 4 +-
arch/x86/kernel/smpboot.c | 4 +-
arch/x86/mm/numa_64.c | 123 +-----------------------------
drivers/acpi/processor_throttling.c | 32 +++-----
10 files changed, 68 insertions(+), 197 deletions(-)

--
tejun

--
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/