diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-02-17 13:58:15 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-17 17:52:44 +0100 |
commit | 7b6aa335ca1a845c2262ec7a595b4521bca0f79d (patch) | |
tree | 7ce7694a6a0c7dcfdd21562256f6ef05cffc5560 /arch/x86/kernel/cpu/common.c | |
parent | e2780a68f889c9d7ec8e78d58a3a2be8cfebf202 (diff) | |
download | linux-7b6aa335ca1a845c2262ec7a595b4521bca0f79d.tar.gz linux-7b6aa335ca1a845c2262ec7a595b4521bca0f79d.tar.bz2 linux-7b6aa335ca1a845c2262ec7a595b4521bca0f79d.zip |
x86, apic: remove genapic.h
Impact: cleanup
Remove genapic.h and remove all references to it.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/cpu/common.c')
-rw-r--r-- | arch/x86/kernel/cpu/common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c index 4b5d13e472d6..41f3788ec9b9 100644 --- a/arch/x86/kernel/cpu/common.c +++ b/arch/x86/kernel/cpu/common.c @@ -26,8 +26,8 @@ #ifdef CONFIG_X86_LOCAL_APIC #include <asm/mpspec.h> #include <asm/apic.h> -#include <asm/genapic.h> -#include <asm/genapic.h> +#include <asm/apic.h> +#include <asm/apic.h> #include <asm/uv/uv.h> #endif |