WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Re: [PATCH 5/7] xen: PV on HVM: support PV spinlocks

> +static void xen_hvm_spinlock_init(void)
> +{
> +     if (!xen_have_vector_callback)
> +             return;
> +     xen_init_lock_cpu(0);
> +     xen_init_spinlocks();
> +}
> +
> +static void __init xen_hvm_smp_prepare_cpus(unsigned int max_cpus)
> +{
> +     native_smp_prepare_cpus(max_cpus);
> +     xen_hvm_spinlock_init();
> +}

You could squash those two together. Ah, next patch does something interesting.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel