[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Re: xen: PV on HVM: support PV spinlocks
Hi, I was just reading http://git.kernel.org/?p=linux/kernel/git/jeremy/xen.git;a=commitdiff;h=a16a1a93b92ef09c4d759fc711c7f17b658176ec And there's a chunk that says: +static void xen_hvm_spinlock_init(void) +{ + if (!xen_have_vector_callback) + return + xen_init_lock_cpu(0); + xen_init_spinlocks(); +} The return statement doesn't have a semicolon after it, so it will instead take xen_init_lock_cpu(0) as its argument, and the xen_init_spinlocks() call will never happen. -- 2. That which causes joy or happiness. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |