diff options
author | Glauber de Oliveira Costa <gcosta@redhat.com> | 2008-03-19 13:24:59 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 11:40:59 -0400 |
commit | d0173aeac4f7fa90a63319b817bd207bdc0ac87e (patch) | |
tree | f1a70f264d7b749ea4377bb59cbfb7268e84f5f4 /include/asm-x86/smp_32.h | |
parent | 1af8a0c1b3b85b1007f49917ea6a351b7aeb7562 (diff) |
x86: use start_ipi_hook in x86_64
It is used to match i386. The definition for the non-paravirt
case is moved to smp.h instead of smp_32.h
Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/smp_32.h')
-rw-r--r-- | include/asm-x86/smp_32.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-x86/smp_32.h b/include/asm-x86/smp_32.h index 4fec2feb6ac8..76740def6092 100644 --- a/include/asm-x86/smp_32.h +++ b/include/asm-x86/smp_32.h | |||
@@ -30,10 +30,6 @@ DECLARE_PER_CPU(u16, cpu_llc_id); | |||
30 | DECLARE_PER_CPU(u16, x86_cpu_to_apicid); | 30 | DECLARE_PER_CPU(u16, x86_cpu_to_apicid); |
31 | 31 | ||
32 | #ifdef CONFIG_SMP | 32 | #ifdef CONFIG_SMP |
33 | #ifndef CONFIG_PARAVIRT | ||
34 | #define startup_ipi_hook(phys_apicid, start_eip, start_esp) do { } while (0) | ||
35 | #endif | ||
36 | |||
37 | /* | 33 | /* |
38 | * This function is needed by all SMP systems. It must _always_ be valid | 34 | * This function is needed by all SMP systems. It must _always_ be valid |
39 | * from the initial startup. We map APIC_BASE very early in page_setup(), | 35 | * from the initial startup. We map APIC_BASE very early in page_setup(), |