x86/PCI: Convert pci_config_lock to raw_spinlock
authorThomas Gleixner <tglx@linutronix.de>
Wed, 17 Feb 2010 14:35:25 +0000 (14:35 +0000)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 11 May 2010 19:01:09 +0000 (12:01 -0700)
pci_config_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>

No differences found