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)
commitd19f61f098ae9315b76a97962007f687683916d4
treecc8c1d72932ea9883b1ef2cd315a41a08e765a9c
parent511dd98ce8cf6dc4f8f2cb32a8af31ce9f4ba4a1
x86/PCI: Convert pci_config_lock to raw_spinlock

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>
arch/x86/include/asm/pci_x86.h
arch/x86/pci/common.c
arch/x86/pci/direct.c
arch/x86/pci/mmconfig_32.c
arch/x86/pci/numaq_32.c
arch/x86/pci/pcbios.c
This page took 0.0268 seconds and 5 git commands to generate.