Loading arch/x86/xen/smp_hvm.c +2 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
arch/x86/xen/smp_hvm.c +2 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading