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
committed by Ingo Molnar
parent 4370ee4d3b
commit f6bc402909
10 changed files with 27 additions and 16 deletions

View File

@ -11,6 +11,8 @@
#include <asm/cpu.h>
#include <asm/numa.h>
#include <mach_apic.h>
/* Number of siblings per CPU package */
int smp_num_siblings = 1;
EXPORT_SYMBOL(smp_num_siblings);