git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74d24b2
)
x86/PCI: only check for spinlock being held in SMP kernels
author
Bjorn Helgaas
<bhelgaas@google.com>
Tue, 15 May 2012 23:01:09 +0000
(17:01 -0600)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Tue, 15 May 2012 23:01:09 +0000
(17:01 -0600)
spin_is_locked() is always false on UP kernels: spin_lock_irqsave() does no
locking, so we can't tell whether the lock is held or not. Therefore,
this warning is only valid for SMP kernels.
CC: Myron Stowe <myron.stowe@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
No differences found