commit | a80c49dbb6cd389fd5b0d79f850b56322475d00b | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <peterz@infradead.org> | Mon Nov 15 21:11:12 2010 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Nov 16 13:29:54 2010 -0800 |
tree | ae811cbf55813c0b6c295c3bbe876b196ecb96c4 | |
parent | e53beacd23d9cb47590da6a7a7f6d417b941a994 [diff] |
serial8250: Mark console as CON_ANYTIME While trying to debug a cpu-hotplug issue I noticed printk() stopped working once the cpu got marked offline, since the 8250 serial console doesn't have any per-cpu resources the CON_ANYTIME bit is the safe and documented way to make it work again. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>