From: Paolo 'Blaisorblade' Giarrusso Date: Thu, 8 Mar 2007 04:41:11 +0000 (-0800) Subject: [PATCH] um: mark both consoles as CON_ANYTIME X-Git-Tag: v2.6.21-rc4~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b53378856f4ea43182d13658f7c2138971366148;p=pandora-kernel.git [PATCH] um: mark both consoles as CON_ANYTIME Since both UML consoles do not use percpu variables, they may be called when the cpu is still offline, and they may be marked CON_ANYTIME (this is documented in kernel/printk.c, grep for CON_ANYTIME to find mentions of this). Works well in testing done with lock debug enabled, should be safe but is not needed for next release. This would probably help also stderr_console.c, but this is yet to test. Signed-off-by: Paolo 'Blaisorblade' Giarrusso Acked-by: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed