blob: 845cdd0b359350f4c6e860f9287999038c7358f7 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * APIC driver for the Unisys ES7000 chipset.
3 */
4#define APIC_DEFINITION 1
Linus Torvalds1da177e2005-04-16 15:20:36 -07005#include <linux/threads.h>
6#include <linux/cpumask.h>
7#include <asm/mpspec.h>
8#include <asm/genapic.h>
9#include <asm/fixmap.h>
10#include <asm/apicdef.h>
11#include <linux/kernel.h>
12#include <linux/string.h>
13#include <linux/smp.h>
14#include <linux/init.h>
15#include <asm/mach-es7000/mach_apicdef.h>
16#include <asm/mach-es7000/mach_apic.h>
17#include <asm/mach-es7000/mach_ipi.h>
18#include <asm/mach-es7000/mach_mpparse.h>
19#include <asm/mach-es7000/mach_wakecpu.h>
20
21static __init int probe_es7000(void)
22{
23 /* probed later in mptable/ACPI hooks */
24 return 0;
25}
26
27struct genapic apic_es7000 = APIC_INIT("es7000", probe_es7000);