commit | 7b6aa335ca1a845c2262ec7a595b4521bca0f79d | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Tue Feb 17 13:58:15 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Feb 17 17:52:44 2009 +0100 |
tree | 7ce7694a6a0c7dcfdd21562256f6ef05cffc5560 | |
parent | e2780a68f889c9d7ec8e78d58a3a2be8cfebf202 [diff] [blame] |
x86, apic: remove genapic.h Impact: cleanup Remove genapic.h and remove all references to it. Signed-off-by: Ingo Molnar <mingo@elte.hu>
diff --git a/arch/x86/mm/srat_64.c b/arch/x86/mm/srat_64.c index 15df1bae..574c8bc 100644 --- a/arch/x86/mm/srat_64.c +++ b/arch/x86/mm/srat_64.c
@@ -20,7 +20,7 @@ #include <asm/proto.h> #include <asm/numa.h> #include <asm/e820.h> -#include <asm/genapic.h> +#include <asm/apic.h> #include <asm/uv/uv.h> int acpi_numa __initdata;