aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fpga/fpga-mgr.h
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <[email protected]>2018-05-04 17:25:48 +0200
committerThomas Gleixner <[email protected]>2018-06-12 17:18:37 +0200
commitc60c32a5775615d5456a09527aaa12e4a109c3da (patch)
tree7e4a93a10346308a373bb768f785aa60180405d5 /include/linux/fpga/fpga-mgr.h
parentd82991a8688ad128b46db1b42d5d84396487a508 (diff)
posix-cpu-timers: Remove lockdep_assert_irqs_disabled()
The lockdep_assert_irqs_disabled() was a BUG_ON() statement in the beginning and it was added just before the "spin_lock(siglock)" statement to ensure this lock was taken with disabled interrupts. This is no longer the case: the siglock is acquired via lock_task_sighand() and this function already disables the interrupts. The lock is also acquired before this "lockdep_assert_irqs_disabled" so it is best to remove it. Signed-off-by: Sebastian Andrzej Siewior <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Cc: Frederic Weisbecker <[email protected]> Link: https://lkml.kernel.org/[email protected]
Diffstat (limited to 'include/linux/fpga/fpga-mgr.h')
0 files changed, 0 insertions, 0 deletions