tty: hvc: hvc_poll() may sleep
authorNicholas Piggin <npiggin@gmail.com>
Mon, 30 Apr 2018 14:55:55 +0000 (00:55 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 23 Jul 2018 10:12:12 +0000 (20:12 +1000)
commitcfb5946b55f1dfd19e042feae1fbff6041e25a98
treed350deb9be88f842127116625c68ad0b5c093f04
parentec97eaad1383ab2500fcf9a07ade6044fbcc67f5
tty: hvc: hvc_poll() may sleep

Introduce points where hvc_poll drops the lock, enables interrupts,
and reschedules.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
drivers/tty/hvc/hvc_console.c