x86: include mach_apic.h in smpboot_64.c and smpboot.c

After the inclusion, a lot of files needs fixing for conflicts,
some of them in the headers themselves, to accomodate for both
i386 and x86_64 versions.

[ mingo@elte.hu: build fix ]

Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Glauber de Oliveira Costa
2008-03-19 14:25:53 -03:00
committad av Ingo Molnar
förälder 4370ee4d3b
incheckning f6bc402909
10 ändrade filer med 27 tillägg och 16 borttagningar

Visa fil

@@ -40,6 +40,10 @@
#include <asm/io.h>
#include <asm/mpspec.h>
#ifdef CONFIG_X86_LOCAL_APIC
# include <mach_apic.h>
#endif
static int __initdata acpi_force = 0;
#ifdef CONFIG_ACPI