x86/PCI: add spinlock held check to 'pcibios_fwaddrmap_lookup()'
authorMyron Stowe <myron.stowe@redhat.com>
Fri, 2 Mar 2012 19:45:01 +0000 (12:45 -0700)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 2 Mar 2012 20:03:58 +0000 (12:03 -0800)
'pcibios_fwaddrmap_lookup()' is used to maintain FW-assigned BIOS BAR
values for reinstatement when normal resource assignment attempts
fail and must be called with the 'pcibios_fwaddrmap_lock' spinlock
held.

This patch adds a WARN_ON notification if the spinlock is not currently
held by the caller.

Signed-off-by: Myron Stowe <myron.stowe@redhat.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>

No differences found