diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-02-17 12:58:15 (GMT) |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-17 16:52:44 (GMT) |
commit | 7b6aa335ca1a845c2262ec7a595b4521bca0f79d (patch) | |
tree | 7ce7694a6a0c7dcfdd21562256f6ef05cffc5560 /arch/x86/include/asm/ipi.h | |
parent | e2780a68f889c9d7ec8e78d58a3a2be8cfebf202 (diff) | |
download | linux-fsl-qoriq-7b6aa335ca1a845c2262ec7a595b4521bca0f79d.tar.xz |
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/include/asm/ipi.h')
-rw-r--r-- | arch/x86/include/asm/ipi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/ipi.h b/arch/x86/include/asm/ipi.h index 5f2efc5..3395c68 100644 --- a/arch/x86/include/asm/ipi.h +++ b/arch/x86/include/asm/ipi.h @@ -123,7 +123,7 @@ extern void default_send_IPI_mask_sequence_phys(const struct cpumask *mask, int vector); extern void default_send_IPI_mask_allbutself_phys(const struct cpumask *mask, int vector); -#include <asm/genapic.h> +#include <asm/apic.h> extern void default_send_IPI_mask_sequence_logical(const struct cpumask *mask, int vector); |