KVM: Convert i8254/i8259 locks to raw_spinlocks
authorThomas Gleixner <tglx@linutronix.de>
Wed, 17 Feb 2010 14:00:41 +0000 (14:00 +0000)
committerMarcelo Tosatti <mtosatti@redhat.com>
Mon, 1 Mar 2010 15:36:12 +0000 (12:36 -0300)
The i8254/i8259 locks need to be real spinlocks on preempt-rt. Convert
them to raw_spinlock. No change for !RT kernels.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found