summaryrefslogtreecommitdiff
path: root/scripts/setlocalversion
diff options
context:
space:
mode:
authorJeff Dike <jdike@addtoit.com>2006-06-30 08:55:55 (GMT)
committerLinus Torvalds <torvalds@g5.osdl.org>2006-06-30 18:25:37 (GMT)
commit6edb08620fbeeeba81ab63c7129a51cdb3acd8b3 (patch)
tree86b5227a41b7829ae32d0fe37eed395aea9c94f1 /scripts/setlocalversion
parent190f4939222b8c07cd62a20e1ce0c7a97fffde99 (diff)
downloadlinux-fsl-qoriq-6edb08620fbeeeba81ab63c7129a51cdb3acd8b3.tar.xz
[PATCH] uml: unregister useless console when it's not needed
-mm in combination with an FC5 init started dying with 'stderr=1' because init didn't like the lack of /dev/console and exited. The problem was that the stderr console, which is intended to dump printk output to the terminal before the regular console is initialized, isn't a tty, and so can't make /dev/console operational. However, since it is registered first, the normal console, when it is registered, doesn't become the preferred console, and isn't attached to /dev/console. Thus, /dev/console is never operational. This patch makes the stderr console unregister itself in an initcall, which is late enough that the normal console is registered. When that happens, the normal console will become the preferred console and will be able to run /dev/console. Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'scripts/setlocalversion')
0 files changed, 0 insertions, 0 deletions