diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-28 18:49:31 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-28 23:20:38 +0100 |
commit | b11b867f78910192fc54bd0d09148cf768c7aaad (patch) | |
tree | 2b2ab37f5f4730fdafa07c2d43be1d06b9d502e2 /arch/x86/include/asm/summit/apicdef.h | |
parent | 5a44632f77a9c867621f7bf80c233eac75fea672 (diff) | |
download | op-kernel-dev-b11b867f78910192fc54bd0d09148cf768c7aaad.zip op-kernel-dev-b11b867f78910192fc54bd0d09148cf768c7aaad.tar.gz |
x86, summit: consolidate code
Consolidate all the Summit code into a single file:
arch/x86/kernel/summit_32.c.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/summit/apicdef.h')
-rw-r--r-- | arch/x86/include/asm/summit/apicdef.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/x86/include/asm/summit/apicdef.h b/arch/x86/include/asm/summit/apicdef.h deleted file mode 100644 index c24b0df..0000000 --- a/arch/x86/include/asm/summit/apicdef.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef __ASM_SUMMIT_APICDEF_H -#define __ASM_SUMMIT_APICDEF_H - -static inline unsigned summit_get_apic_id(unsigned long x) -{ - return (x >> 24) & 0xFF; -} - -#endif |