]> git.baikalelectronics.ru Git - kernel.git/commit
xen/spinlock: Disable IRQ spinlock (PV) allocation on PVHVM
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 16 Apr 2013 18:34:45 +0000 (14:34 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 16 Apr 2013 20:05:16 +0000 (16:05 -0400)
commit94b923407d8f28471c372f09330ea6cc71f280ea
tree4dc18c8b7b61cc4118ae14c1cc35a71335d2ad85
parent2f53bf87dae42b253256e445a9f513d62838388e
xen/spinlock: Disable IRQ spinlock (PV) allocation on PVHVM

See git commit 4d350cca4374ea9193616567ecfe2bf5440312bc
(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 <konrad.wilk@oracle.com>
arch/x86/xen/spinlock.c