diff options
Diffstat (limited to 'arch/x86/include/asm/genapic_32.h')
-rw-r--r-- | arch/x86/include/asm/genapic_32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/genapic_32.h b/arch/x86/include/asm/genapic_32.h index 39bd8c1db3f5..455d6c27a98b 100644 --- a/arch/x86/include/asm/genapic_32.h +++ b/arch/x86/include/asm/genapic_32.h | |||
@@ -66,6 +66,7 @@ struct genapic { | |||
66 | void (*send_IPI_allbutself)(int vector); | 66 | void (*send_IPI_allbutself)(int vector); |
67 | void (*send_IPI_all)(int vector); | 67 | void (*send_IPI_all)(int vector); |
68 | #endif | 68 | #endif |
69 | int (*wakeup_cpu)(int apicid, unsigned long start_eip); | ||
69 | int trampoline_phys_low; | 70 | int trampoline_phys_low; |
70 | int trampoline_phys_high; | 71 | int trampoline_phys_high; |
71 | void (*wait_for_init_deassert)(atomic_t *deassert); | 72 | void (*wait_for_init_deassert)(atomic_t *deassert); |