diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-28 09:08:53 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-28 17:20:30 -0500 |
commit | 94af18755266edf46803564414d74f9621aaded8 (patch) | |
tree | 4b8677f78d7a30271a11e31587540b1e6c073038 /arch/x86/include/asm/mach-default | |
parent | 5b8127277bc4cdca78eda5ee900a314642822ace (diff) |
x86, apic: get rid of *_APIC_ID_MASK definitions
Impact: cleanup
Remove the *_APIC_ID_MASK subarch definitions and move them straight
to the genapic driver initialization code.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/mach-default')
-rw-r--r-- | arch/x86/include/asm/mach-default/mach_apicdef.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/mach-default/mach_apicdef.h b/arch/x86/include/asm/mach-default/mach_apicdef.h index 8318d121ea66..5141085962d3 100644 --- a/arch/x86/include/asm/mach-default/mach_apicdef.h +++ b/arch/x86/include/asm/mach-default/mach_apicdef.h | |||
@@ -6,7 +6,6 @@ | |||
6 | #ifdef CONFIG_X86_64 | 6 | #ifdef CONFIG_X86_64 |
7 | #define SET_APIC_ID(x) (apic->set_apic_id(x)) | 7 | #define SET_APIC_ID(x) (apic->set_apic_id(x)) |
8 | #else | 8 | #else |
9 | #define DEFAULT_APIC_ID_MASK (0x0F<<24) | ||
10 | 9 | ||
11 | static inline unsigned default_get_apic_id(unsigned long x) | 10 | static inline unsigned default_get_apic_id(unsigned long x) |
12 | { | 11 | { |