[SERIAL] Fix another SMP deadlock with modem status signal changes
authorRussell King <rmk@flint.arm.linux.org.uk>
Tue, 23 Jul 2002 01:45:58 +0000 (02:45 +0100)
committerRussell King <rmk@flint.arm.linux.org.uk>
Tue, 23 Jul 2002 01:45:58 +0000 (02:45 +0100)
commit1cc1381e06af6bded21d549f1a36f4ec16a17c50
treea3da29cc1f520e9062f67cd163157a069c82bb4d
parent94fad7de84e5b881788100351ebd350b1fb1200b
[SERIAL] Fix another SMP deadlock with modem status signal changes
The original fix sent to Ingo for stop_tx didn't take account that
the start_tx and stop_tx methods can be called from the device
specific code under the port spinlock.  Consequently, we move the
spinlock to the callers of these methods.  Documentation updated
to reflect the change.
Documentation/serial/driver
drivers/serial/21285.c
drivers/serial/8250.c
drivers/serial/amba.c
drivers/serial/anakin.c
drivers/serial/clps711x.c
drivers/serial/core.c
drivers/serial/sa1100.c