Skip to content
Commit 80c9d03c authored by Chuansheng Liu's avatar Chuansheng Liu Committed by Anton Vorontsov
Browse files

pstore: Avoid recursive spinlocks in the oops_in_progress case



Like 8250 driver, when pstore is registered as a console,
to avoid recursive spinlocks when panic happening, change the
spin_lock_irqsave to spin_trylock_irqsave when oops_in_progress
is true.

Signed-off-by: default avatarliu chuansheng <chuansheng.liu@intel.com>
Signed-off-by: default avatarAnton Vorontsov <anton.vorontsov@linaro.org>
parent 65f8c95e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment