x86, apic: refactor ->apic_id_mask & APIC_ID_MASK
authorIngo Molnar <mingo@elte.hu>
Wed, 28 Jan 2009 13:59:17 +0000 (14:59 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 28 Jan 2009 22:20:29 +0000 (23:20 +0100)
commit5b8127277bc4cdca78eda5ee900a314642822ace
tree07559a79f03be24bd5cc1df238233b2d63550c94
parentca6c8ed4646f8ccaa4f7db618bf69b8b8fb49767
x86, apic: refactor ->apic_id_mask & APIC_ID_MASK

- spread out the namespace on a per driver basis

 - get rid of wrapper macros

Signed-off-by: Ingo Molnar <mingo@elte.hu>
13 files changed:
arch/x86/include/asm/bigsmp/apicdef.h
arch/x86/include/asm/es7000/apicdef.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/summit/apicdef.h
arch/x86/kernel/apic.c
arch/x86/kernel/genapic_flat_64.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