commit | 1dcdd3d15ecea0c22a09d4d001a39d425fceff2c | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Wed Jan 28 17:55:37 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Jan 29 14:16:42 2009 +0100 |
tree | 91419ae421b2d1cac6297c9671eac2ff7723d7c2 | |
parent | 7c20dcc545d78946e40e8fab99637fe815b1d211 [diff] [blame] |
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>
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index 6b27f6d..92e4293 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c
@@ -97,7 +97,7 @@ #include <asm/mmu_context.h> #include <asm/proto.h> -#include <mach_apic.h> +#include <asm/genapic.h> #include <asm/paravirt.h> #include <asm/hypervisor.h>