diff options
Diffstat (limited to 'arch/x86/xen/xen-ops.h')
| -rw-r--r-- | arch/x86/xen/xen-ops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/xen/xen-ops.h b/arch/x86/xen/xen-ops.h index a95b41744ad0..86782c5d7e2a 100644 --- a/arch/x86/xen/xen-ops.h +++ b/arch/x86/xen/xen-ops.h | |||
| @@ -73,7 +73,7 @@ static inline void xen_hvm_smp_init(void) {} | |||
| 73 | 73 | ||
| 74 | #ifdef CONFIG_PARAVIRT_SPINLOCKS | 74 | #ifdef CONFIG_PARAVIRT_SPINLOCKS |
| 75 | void __init xen_init_spinlocks(void); | 75 | void __init xen_init_spinlocks(void); |
| 76 | void __cpuinit xen_init_lock_cpu(int cpu); | 76 | void xen_init_lock_cpu(int cpu); |
| 77 | void xen_uninit_lock_cpu(int cpu); | 77 | void xen_uninit_lock_cpu(int cpu); |
| 78 | #else | 78 | #else |
| 79 | static inline void xen_init_spinlocks(void) | 79 | static inline void xen_init_spinlocks(void) |
