diff options
Diffstat (limited to 'arch/x86/mach-generic/default.c')
| -rw-r--r-- | arch/x86/mach-generic/default.c | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/arch/x86/mach-generic/default.c b/arch/x86/mach-generic/default.c deleted file mode 100644 index e63a4a76d8cd..000000000000 --- a/arch/x86/mach-generic/default.c +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * Default generic APIC driver. This handles up to 8 CPUs. | ||
| 3 | */ | ||
| 4 | #define APIC_DEFINITION 1 | ||
| 5 | #include <linux/threads.h> | ||
| 6 | #include <linux/cpumask.h> | ||
| 7 | #include <asm/mpspec.h> | ||
| 8 | #include <asm/mach-default/mach_apicdef.h> | ||
| 9 | #include <asm/genapic.h> | ||
| 10 | #include <asm/fixmap.h> | ||
| 11 | #include <asm/apicdef.h> | ||
| 12 | #include <linux/kernel.h> | ||
| 13 | #include <linux/string.h> | ||
| 14 | #include <linux/smp.h> | ||
| 15 | #include <linux/init.h> | ||
| 16 | #include <asm/mach-default/mach_apic.h> | ||
| 17 | #include <asm/mach-default/mach_ipi.h> | ||
| 18 | #include <asm/mach-default/mach_mpparse.h> | ||
| 19 | #include <asm/mach-default/mach_wakecpu.h> | ||
| 20 | |||
| 21 | /* should be called last. */ | ||
| 22 | static int probe_default(void) | ||
| 23 | { | ||
| 24 | return 1; | ||
| 25 | } | ||
| 26 | |||
| 27 | struct genapic apic_default = APIC_INIT("default", probe_default); | ||
