PCI: Convert pci_lock to raw_spinlock
authorThomas Gleixner <tglx@linutronix.de>
Wed, 17 Feb 2010 14:35:19 +0000 (14:35 +0000)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 11 May 2010 19:01:09 +0000 (12:01 -0700)
commit511dd98ce8cf6dc4f8f2cb32a8af31ce9f4ba4a1
tree2f95b0d3b64084bf66d605bd2aeecaa69f975122
parent52b265a12768b9a72679bec825eb82c784116464
PCI: Convert pci_lock to raw_spinlock

pci_lock must be a real spinlock in preempt-rt. Convert it to
raw_spinlock. No change for !RT kernels.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/access.c