diff options
author | Sebastian Andrzej Siewior <[email protected]> | 2021-11-29 18:46:49 +0100 |
---|---|---|
committer | Peter Zijlstra <[email protected]> | 2021-12-04 10:56:24 +0100 |
commit | fc78dd08e64011865799764d5b641bf823f84c66 (patch) | |
tree | 60890a53191ed850b3eab6ff2f102e859822199e /lib/mpi/mpi-mod.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 <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'lib/mpi/mpi-mod.c')
0 files changed, 0 insertions, 0 deletions