summaryrefslogtreecommitdiff
path: root/drivers/char/hvc_console.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2010-06-01 20:53:07 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-08-10 20:47:43 (GMT)
commit203652192634c1fce5e79df0a8ff2fabfaefd3ab (patch)
tree9c2ee78c04b0750220fa34e7adc541c16bf21e90 /drivers/char/hvc_console.h
parent60af22d2ed490554cc92c8d0fed0b5b9cf687568 (diff)
downloadlinux-fsl-qoriq-203652192634c1fce5e79df0a8ff2fabfaefd3ab.tar.xz
tty: untangle locking of wait_until_sent
Some wait_until_sent versions require the big tty mutex, others don't and some callers of wait_until_sent already hold it while other don't. That leads to recursive use of the BTM in these functions, which we're trying to get rid of. This turns all cleans up the locking there so that the driver's wait_until_sent function never takes the BTM itself if it is already called with that lock held. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/char/hvc_console.h')
0 files changed, 0 insertions, 0 deletions