KVM: Replace pic_lock()/pic_unlock() with direct call to spinlock functions
authorGleb Natapov <gleb@redhat.com>
Tue, 4 Aug 2009 12:30:29 +0000 (15:30 +0300)
committerAvi Kivity <avi@redhat.com>
Thu, 10 Sep 2009 05:33:22 +0000 (08:33 +0300)
commit88ba63c2653b9b4857148fedba47ba2d8a4652c9
tree83fc7039a1892d9bd092572cf1e6ea050befbd4a
parent938396a2341a4a96eaa5bea93a2bcdd69827c70c
KVM: Replace pic_lock()/pic_unlock() with direct call to spinlock functions

They are not doing anything else now.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/i8259.c