linux/drivers/firmware/efi
Guenter Roeck c8834e3a9e firmware: Do not use WARN_ON(!spin_is_locked())
commit aee530cfec upstream.

spin_is_locked() always returns false for uniprocessor configurations
in several architectures, so do not use WARN_ON with it.
Use lockdep_assert_held() instead to also reduce overhead in
non-debug kernels.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-09-17 09:19:08 -07:00
..
cper.c Move cper.c from drivers/acpi/apei to drivers/firmware/efi 2013-10-31 11:27:04 -07:00
efi-pstore.c efi-pstore: Fix an overflow on 32-bit builds 2014-06-30 20:12:02 -07:00
efi-stub-helper.c efi: Pass correct file handle to efi_file_{read,close} 2014-05-06 07:59:29 -07:00
efi.c efi: Export EFI runtime memory mapping to sysfs 2013-12-21 15:29:36 +00:00
efivars.c efivars, efi-pstore: Hold off deletion of sysfs entry until the scan is completed 2013-11-28 20:16:55 +00:00
Kconfig Linux 3.13-rc7 2014-01-05 12:34:29 +01:00
Makefile Linux 3.13-rc7 2014-01-05 12:34:29 +01:00
runtime-map.c efi: Export EFI runtime memory mapping to sysfs 2013-12-21 15:29:36 +00:00
vars.c firmware: Do not use WARN_ON(!spin_is_locked()) 2014-09-17 09:19:08 -07:00