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/
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