aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/es7000
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-28 08:59:17 -0500
committerIngo Molnar <mingo@elte.hu>2009-01-28 17:20:29 -0500
commit5b8127277bc4cdca78eda5ee900a314642822ace (patch)
tree07559a79f03be24bd5cc1df238233b2d63550c94 /arch/x86/include/asm/es7000
parentca6c8ed4646f8ccaa4f7db618bf69b8b8fb49767 (diff)
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>
Diffstat (limited to 'arch/x86/include/asm/es7000')
-rw-r--r--arch/x86/include/asm/es7000/apicdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/es7000/apicdef.h b/arch/x86/include/asm/es7000/apicdef.h
index e23791762a19..476da0c7f5cc 100644
--- a/arch/x86/include/asm/es7000/apicdef.h
+++ b/arch/x86/include/asm/es7000/apicdef.h
@@ -1,7 +1,7 @@
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 APIC_ID_MASK (0xFF<<24) 4#define ES7000_APIC_ID_MASK (0xFF<<24)
5 5
6static inline unsigned int es7000_get_apic_id(unsigned long x) 6static inline unsigned int es7000_get_apic_id(unsigned long x)
7{ 7{