aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/es7000
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-28 09:08:53 -0500
committerIngo Molnar <mingo@elte.hu>2009-01-28 17:20:30 -0500
commit94af18755266edf46803564414d74f9621aaded8 (patch)
tree4b8677f78d7a30271a11e31587540b1e6c073038 /arch/x86/include/asm/es7000
parent5b8127277bc4cdca78eda5ee900a314642822ace (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/es7000')
-rw-r--r--arch/x86/include/asm/es7000/apicdef.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/es7000/apicdef.h b/arch/x86/include/asm/es7000/apicdef.h
index 476da0c7f5cc..c74881a7b3d8 100644
--- a/arch/x86/include/asm/es7000/apicdef.h
+++ b/arch/x86/include/asm/es7000/apicdef.h
@@ -1,8 +1,6 @@
1#ifndef __ASM_ES7000_APICDEF_H 1#ifndef __ASM_ES7000_APICDEF_H
2#define __ASM_ES7000_APICDEF_H 2#define __ASM_ES7000_APICDEF_H
3 3
4#define ES7000_APIC_ID_MASK (0xFF<<24)
5
6static inline unsigned int es7000_get_apic_id(unsigned long x) 4static inline unsigned int es7000_get_apic_id(unsigned long x)
7{ 5{
8 return (x >> 24) & 0xFF; 6 return (x >> 24) & 0xFF;