From: Konrad Rzeszutek Wilk Date: Tue, 16 Apr 2013 18:34:45 +0000 (-0400) Subject: xen/spinlock: Disable IRQ spinlock (PV) allocation on PVHVM X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~147^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70dd4998cb85f0ecd6ac892cc7232abefa432efb;p=pandora-kernel.git xen/spinlock: Disable IRQ spinlock (PV) allocation on PVHVM See git commit f10cd522c5fbfec9ae3cc01967868c9c2401ed23 (xen: disable PV spinlocks on HVM) for details. But we did not disable it everywhere - which means that when we boot as PVHVM we end up allocating per-CPU irq line for spinlock. This fixes that. Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed