diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-07-25 02:17:44 -0700 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-26 16:31:35 +0200 |
commit | e8c48efdb971cfb1b043076cf68be535d461a20b (patch) | |
tree | 5a76db74ca58c9055018c0ad4b3aac5c00379f05 /include/asm-x86/mach-summit/mach_apicdef.h | |
parent | c7e7964c9828083aeb41c2664cbf5a32acbfa9d1 (diff) | |
download | linux-e8c48efdb971cfb1b043076cf68be535d461a20b.tar.gz |
x86: mach_summit to summit
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/mach-summit/mach_apicdef.h')
-rw-r--r-- | include/asm-x86/mach-summit/mach_apicdef.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/asm-x86/mach-summit/mach_apicdef.h b/include/asm-x86/mach-summit/mach_apicdef.h deleted file mode 100644 index d4bc8590c4f6..000000000000 --- a/include/asm-x86/mach-summit/mach_apicdef.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef ASM_X86__MACH_SUMMIT__MACH_APICDEF_H -#define ASM_X86__MACH_SUMMIT__MACH_APICDEF_H - -#define APIC_ID_MASK (0xFF<<24) - -static inline unsigned get_apic_id(unsigned long x) -{ - return (((x)>>24)&0xFF); -} - -#define GET_APIC_ID(x) get_apic_id(x) - -#endif /* ASM_X86__MACH_SUMMIT__MACH_APICDEF_H */ |