summaryrefslogtreecommitdiff
path: root/drivers/parisc/eisa_enumerator.c
diff options
context:
space:
mode:
authorGuilherme G. Piccoli <gpiccoli@igalia.com>2023-02-21 00:11:05 +0300
committerHelge Deller <deller@gmx.de>2023-05-03 18:43:26 +0300
commit829632dae8321787525ee37dc4828bbe6edafdae (patch)
treeed3c7d2bf77f2ad379e8655759ba18a3c24f0d60 /drivers/parisc/eisa_enumerator.c
parente0838a99289e013d17496ed9464c3cf71d49b977 (diff)
downloadlinux-829632dae8321787525ee37dc4828bbe6edafdae.tar.xz
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" <James.Bottomley@HansenPartnership.com> Cc: Jeroen Roovers <jer@xs4all.nl> Acked-by: Helge Deller <deller@gmx.de> # parisc Signed-off-by: Guilherme G. Piccoli <gpiccoli@igalia.com> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'drivers/parisc/eisa_enumerator.c')
0 files changed, 0 insertions, 0 deletions