diff options
| author | 2009-01-28 17:55:37 +0100 | |
|---|---|---|
| committer | 2009-01-29 14:16:42 +0100 | |
| commit | 1dcdd3d15ecea0c22a09d4d001a39d425fceff2c (patch) | |
| tree | 91419ae421b2d1cac6297c9671eac2ff7723d7c2 /arch/x86/include/asm/mach-generic/mach_apic.h | |
| parent | x86, summit: consolidate code, fix (diff) | |
| download | linux-dev-1dcdd3d15ecea0c22a09d4d001a39d425fceff2c.tar.xz linux-dev-1dcdd3d15ecea0c22a09d4d001a39d425fceff2c.zip | |
x86: remove mach_apic.h
Spread mach_apic.h definitions into genapic.h. (with some knock-on effects
on smp.h and apic.h.)
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/mach-generic/mach_apic.h')
| -rw-r--r-- | arch/x86/include/asm/mach-generic/mach_apic.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/x86/include/asm/mach-generic/mach_apic.h b/arch/x86/include/asm/mach-generic/mach_apic.h deleted file mode 100644 index 96f217f819e3..000000000000 --- a/arch/x86/include/asm/mach-generic/mach_apic.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef _ASM_X86_MACH_GENERIC_MACH_APIC_H -#define _ASM_X86_MACH_GENERIC_MACH_APIC_H - -#include <asm/genapic.h> - -extern void generic_bigsmp_probe(void); - -#endif /* _ASM_X86_MACH_GENERIC_MACH_APIC_H */ |
