aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpi-mod.c
diff options
context:
space:
mode:
authorGuilherme G. Piccoli <[email protected]>2023-02-20 18:11:05 -0300
committerHelge Deller <[email protected]>2023-05-03 17:43:26 +0200
commit829632dae8321787525ee37dc4828bbe6edafdae (patch)
treeed3c7d2bf77f2ad379e8655759ba18a3c24f0d60 /lib/mpi/mpi-mod.c
parente0838a99289e013d17496ed9464c3cf71d49b977 (diff)
parisc: Replace regular spinlock with spin_trylock on panic path
The panic notifiers' callbacks execute in an atomic context, with interrupts/preemption disabled, and all CPUs not running the panic function are off, so it's very dangerous to wait on a regular spinlock, there's a risk of deadlock. Refactor the panic notifier of parisc/power driver to make use of spin_trylock - for that, we've added a second version of the soft-power function. Also, some comments were reorganized and trailing white spaces, useless header inclusion and blank lines were removed. Cc: "James E.J. Bottomley" <[email protected]> Cc: Jeroen Roovers <[email protected]> Acked-by: Helge Deller <[email protected]> # parisc Signed-off-by: Guilherme G. Piccoli <[email protected]> Signed-off-by: Helge Deller <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-mod.c')
0 files changed, 0 insertions, 0 deletions