diff options
author | Matt Fleming <[email protected]> | 2014-03-13 19:41:08 +0000 |
---|---|---|
committer | Matt Fleming <[email protected]> | 2014-03-17 21:54:28 +0000 |
commit | 3f4a7836e33134d4ac34fa7c99788f0c6a79fa1c (patch) | |
tree | 2ea2c9473a6aec168a5b8f500c8d436ba5beeaaf /drivers/scsi/mpt2sas/mpi | |
parent | e10848a26a962e404ac00c897dfe54f14290806d (diff) |
x86/efi: Rip out phys_efi_get_time()
Dan reported that phys_efi_get_time() is doing kmalloc(..., GFP_KERNEL)
under a spinlock which is very clearly a bug. Since phys_efi_get_time()
has no users let's just delete it instead of trying to fix it.
Note that since there are no users of phys_efi_get_time(), it is not
possible to actually trigger a GFP_KERNEL alloc under the spinlock.
Reported-by: Dan Carpenter <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Nathan Zimmer <[email protected]>
Cc: Matthew Garrett <[email protected]>
Cc: Jan Beulich <[email protected]>
Signed-off-by: Matt Fleming <[email protected]>
Diffstat (limited to 'drivers/scsi/mpt2sas/mpi')
0 files changed, 0 insertions, 0 deletions