serial: pl011: Mark console as CON_ANYTIME
authorAlexander Sverdlin <alexander.sverdlin@nokia.com>
Wed, 18 Jan 2017 09:47:33 +0000 (10:47 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jan 2017 13:20:23 +0000 (14:20 +0100)
commit7951ffc9eadefded3e7c83a453930e6522c2d1b7
treefd1e7317684e2daac703cdaa0cc7666635ca6901
parent1ea146a7dc9acbdbecadf9adc9eb2a75fa722a3f
serial: pl011: Mark console as CON_ANYTIME

Exactly as in a80c49db ("serial8250: Mark console as CON_ANYTIME"),
to enable printk() during CPU hot-plugging.

Actually most of the serial console drivers do not use per-cpu resources
and can be marked as CON_ANYTIME.

Signed-off-by: Alexander Sverdlin <alexander.sverdlin@nokia.com>
Cc: Russell King <linux@armlinux.org.uk>
Cc: Jiri Slaby <jslaby@suse.com>
Cc: linux-serial@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/amba-pl011.c