From: Peter Zijlstra Date: Mon, 15 Nov 2010 20:11:12 +0000 (+0100) Subject: serial8250: Mark console as CON_ANYTIME X-Git-Tag: v2.6.37-rc5~30^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a80c49dbb6cd389fd5b0d79f850b56322475d00b;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed