]> bbs.cooldavid.org Git - net-next-2.6.git/commit - arch/x86/kernel/cpu/common.c
x86, apic: refactor ->phys_pkg_id()
authorIngo Molnar <mingo@elte.hu>
Wed, 28 Jan 2009 12:24:54 +0000 (13:24 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 28 Jan 2009 22:20:27 +0000 (23:20 +0100)
commitcb8cc442dc7e07cb5438b357843ab4095ad73933
treed818d1814507b2fe71f1e07c4bc108fe0c9ebb91
parentd4c9a9f3d416cfa1f5ffbe09d864d069467fe693
x86, apic: refactor ->phys_pkg_id()

Refactor the ->phys_pkg_id() methods:

 - namespace separation

 - macro wrapper removal

 - open-coded calls to the methods in the generic code

Signed-off-by: Ingo Molnar <mingo@elte.hu>
13 files changed:
arch/x86/include/asm/bigsmp/apic.h
arch/x86/include/asm/es7000/apic.h
arch/x86/include/asm/mach-default/mach_apic.h
arch/x86/include/asm/mach-generic/mach_apic.h
arch/x86/include/asm/numaq/apic.h
arch/x86/include/asm/summit/apic.h
arch/x86/kernel/cpu/addon_cpuid_features.c
arch/x86/kernel/cpu/common.c
arch/x86/mach-generic/bigsmp.c
arch/x86/mach-generic/default.c
arch/x86/mach-generic/es7000.c
arch/x86/mach-generic/numaq.c
arch/x86/mach-generic/summit.c