x86: move ipi definitions to mach_ipi.h

take them out of the x86_64-only asm/mach_apic.h

Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Glauber Costa
2008-03-25 13:28:56 -03:00
committed by Ingo Molnar
parent 8346ea17aa
commit 5af5573ee0
7 changed files with 17 additions and 13 deletions

View File

@ -26,12 +26,8 @@
#include <asm/tlbflush.h>
#include <asm/mmu_context.h>
#include <asm/proto.h>
#ifdef CONFIG_X86_32
#include <mach_apic.h>
#include <mach_ipi.h>
#else
#include <asm/mach_apic.h>
#endif
#include <mach_apic.h>
/*
* Some notes on x86 processor bugs affecting SMP operation:
*