diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2021-11-29 18:46:49 +0100 |
---|---|---|
committer | Peter Zijlstra <peterz@infradead.org> | 2021-12-04 10:56:24 +0100 |
commit | fc78dd08e64011865799764d5b641bf823f84c66 (patch) | |
tree | 60890a53191ed850b3eab6ff2f102e859822199e /lib/mpi/mpi-bit.c | |
parent | 0c1d7a2c2d32fac7ff4a644724b2d52a64184645 (diff) |
lockdep/selftests: Avoid using local_lock_{acquire|release}().
The local_lock related functions
local_lock_acquire()
local_lock_release()
are part of the internal implementation and should be avoided.
Define the lock as DEFINE_PER_CPU so the normal local_lock() function
can be used.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20211129174654.668506-7-bigeasy@linutronix.de
Diffstat (limited to 'lib/mpi/mpi-bit.c')
0 files changed, 0 insertions, 0 deletions