From: Paul Mundt Date: Mon, 20 Sep 2010 09:56:13 +0000 (+0900) Subject: sh: pci: Use a generic raw spinlock for PCI config access locking. X-Git-Tag: v2.6.37-rc1~136^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39a90865f07f05343c450e91a56578bb8f69c5e8;p=pandora-kernel.git sh: pci: Use a generic raw spinlock for PCI config access locking. This copies the pci_config_lock idea from x86 over, allowing us to kill off a couple of existing private locks. At the same time, these need to be converted to raw spinlocks for -rt kernels, so we make that change at the same time. This should make it easier for future parts to get the locking right instead of inevitable ending up with lock type mismatches. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed