x86: remove mach_apic.h

Spread mach_apic.h definitions into genapic.h. (with some knock-on effects
on smp.h and apic.h.)

Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Ingo Molnar
2009-01-28 17:55:37 +01:00
parent 7c20dcc545
commit 1dcdd3d15e
22 changed files with 175 additions and 207 deletions

View File

@@ -27,7 +27,7 @@
#include <asm/mmu_context.h>
#include <asm/proto.h>
#include <mach_ipi.h>
#include <mach_apic.h>
#include <asm/genapic.h>
/*
* Some notes on x86 processor bugs affecting SMP operation:
*