diff options
Diffstat (limited to 'arch/x86/xen/xen-ops.h')
-rw-r--r-- | arch/x86/xen/xen-ops.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/xen/xen-ops.h b/arch/x86/xen/xen-ops.h index a1bc89a8f169..a0503acad664 100644 --- a/arch/x86/xen/xen-ops.h +++ b/arch/x86/xen/xen-ops.h | |||
@@ -9,6 +9,7 @@ | |||
9 | extern const char xen_hypervisor_callback[]; | 9 | extern const char xen_hypervisor_callback[]; |
10 | extern const char xen_failsafe_callback[]; | 10 | extern const char xen_failsafe_callback[]; |
11 | 11 | ||
12 | struct trap_info; | ||
12 | void xen_copy_trap_info(struct trap_info *traps); | 13 | void xen_copy_trap_info(struct trap_info *traps); |
13 | 14 | ||
14 | DECLARE_PER_CPU(unsigned long, xen_cr3); | 15 | DECLARE_PER_CPU(unsigned long, xen_cr3); |
@@ -19,6 +20,7 @@ extern struct shared_info xen_dummy_shared_info; | |||
19 | extern struct shared_info *HYPERVISOR_shared_info; | 20 | extern struct shared_info *HYPERVISOR_shared_info; |
20 | 21 | ||
21 | void xen_setup_mfn_list_list(void); | 22 | void xen_setup_mfn_list_list(void); |
23 | void xen_setup_shared_info(void); | ||
22 | 24 | ||
23 | char * __init xen_memory_setup(void); | 25 | char * __init xen_memory_setup(void); |
24 | void __init xen_arch_setup(void); | 26 | void __init xen_arch_setup(void); |
@@ -59,6 +61,8 @@ int xen_smp_call_function_single(int cpu, void (*func) (void *info), void *info, | |||
59 | int xen_smp_call_function_mask(cpumask_t mask, void (*func)(void *), | 61 | int xen_smp_call_function_mask(cpumask_t mask, void (*func)(void *), |
60 | void *info, int wait); | 62 | void *info, int wait); |
61 | 63 | ||
64 | extern cpumask_t xen_cpu_initialized_map; | ||
65 | |||
62 | 66 | ||
63 | /* Declare an asm function, along with symbols needed to make it | 67 | /* Declare an asm function, along with symbols needed to make it |
64 | inlineable */ | 68 | inlineable */ |