aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/summit
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-28 14:59:17 +0100
committerIngo Molnar <mingo@elte.hu>2009-01-28 23:20:29 +0100
commit5b8127277bc4cdca78eda5ee900a314642822ace (patch)
tree07559a79f03be24bd5cc1df238233b2d63550c94 /arch/x86/include/asm/summit
parentx86, apic: refactor ->get_apic_id() & GET_APIC_ID() (diff)
downloadlinux-dev-5b8127277bc4cdca78eda5ee900a314642822ace.tar.xz
linux-dev-5b8127277bc4cdca78eda5ee900a314642822ace.zip
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/summit')
-rw-r--r--arch/x86/include/asm/summit/apicdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/summit/apicdef.h b/arch/x86/include/asm/summit/apicdef.h
index 4286528af7c6..0373f0c7b5db 100644
--- a/arch/x86/include/asm/summit/apicdef.h
+++ b/arch/x86/include/asm/summit/apicdef.h
@@ -1,7 +1,7 @@
#ifndef __ASM_SUMMIT_APICDEF_H
#define __ASM_SUMMIT_APICDEF_H
-#define APIC_ID_MASK (0xFF<<24)
+#define SUMMIT_APIC_ID_MASK (0xFF<<24)
static inline unsigned summit_get_apic_id(unsigned long x)
{