diff options
| -rw-r--r-- | arch/x86/xen/smp_hvm.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/arch/x86/xen/smp_hvm.c b/arch/x86/xen/smp_hvm.c index 056430a1080b..6ff3c887e0b9 100644 --- a/arch/x86/xen/smp_hvm.c +++ b/arch/x86/xen/smp_hvm.c @@ -74,7 +74,9 @@ void __init xen_hvm_smp_init(void)  	smp_ops.cpu_die = xen_hvm_cpu_die;  	if (!xen_have_vector_callback) { +#ifdef CONFIG_PARAVIRT_SPINLOCKS  		nopvspin = true; +#endif  		return;  	} |