x86, apic: refactor ->get_apic_id() & GET_APIC_ID()
authorIngo Molnar <mingo@elte.hu>
Wed, 28 Jan 2009 13:08:38 +0000 (14:08 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 28 Jan 2009 22:20:29 +0000 (23:20 +0100)
commitca6c8ed4646f8ccaa4f7db618bf69b8b8fb49767
tree0d321219bba34dab2a43bad628042440cc493ed2
parent9c7642470ecf03d8b4946a2addc8fe631b8426dd
x86, apic: refactor ->get_apic_id() & GET_APIC_ID()

- spread out the namespace on a per driver basis

 - get rid of macro wrappers

 - small cleanups

Signed-off-by: Ingo Molnar <mingo@elte.hu>
17 files changed:
arch/x86/include/asm/bigsmp/apicdef.h
arch/x86/include/asm/es7000/apicdef.h
arch/x86/include/asm/mach-default/mach_apic.h
arch/x86/include/asm/mach-default/mach_apicdef.h
arch/x86/include/asm/mach-generic/mach_apicdef.h
arch/x86/include/asm/numaq/apicdef.h
arch/x86/include/asm/smp.h
arch/x86/include/asm/summit/apicdef.h
arch/x86/kernel/genapic_flat_64.c
arch/x86/kernel/genx2apic_cluster.c
arch/x86/kernel/genx2apic_phys.c
arch/x86/kernel/genx2apic_uv_x.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
This page took 0.028244 seconds and 5 git commands to generate.