aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_out.c
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <[email protected]>2024-03-01 22:45:15 +0100
committerGreg Kroah-Hartman <[email protected]>2024-03-02 22:06:20 +0100
commit244a758b3d0550b008c304bfd522209927f512b4 (patch)
treee2b8a3f8f86faf1bef156b6dba36359f9b4c0876 /net/lapb/lapb_out.c
parent2432f71c22d0543a86353ed0c505eda32d25af7c (diff)
serial: ar933x: Use uart_prepare_sysrq_char().
The port lock is a spinlock_t which is becomes a sleeping lock on PREEMPT_RT. The driver splits the locking function into two parts: local_irq_save() and uart_port_lock() and this breaks PREEMPT_RT. Delay handling sysrq until port lock is dropped. Remove the special case in the console write routine an always use the complete locking function. Signed-off-by: Sebastian Andrzej Siewior <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'net/lapb/lapb_out.c')
0 files changed, 0 insertions, 0 deletions