diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2017-10-12 18:37:12 +0200 |
---|---|---|
committer | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2018-08-07 16:20:25 +0200 |
commit | 1c92da80f188e3efa34025647b4568c04b133373 (patch) | |
tree | 3934634177a0b1e7304b30107443d8991c82d5cd /net/bluetooth/smp.c | |
parent | b6f05342f419581938a5c2e059a9fc9bcc7d190a (diff) | |
download | linux-rt-1c92da80f188e3efa34025647b4568c04b133373.tar.gz |
srcu: replace local_irqsave() with a locallock
There are two instances which disable interrupts in order to become a
stable this_cpu_ptr() pointer. The restore part is coupled with
spin_unlock_irqrestore() which does not work on RT.
Replace the local_irq_save() call with the appropriate local_lock()
version of it.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Diffstat (limited to 'net/bluetooth/smp.c')
0 files changed, 0 insertions, 0 deletions