From: Jeff Dike Date: Fri, 6 Jan 2006 08:18:55 +0000 (-0800) Subject: [PATCH] uml: move console configuration X-Git-Tag: v2.6.16-rc1~936^2~138 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f80171e81ed0d08dcdb6efe239d7b929aef498f;p=pandora-kernel.git [PATCH] uml: move console configuration This patch changes when console devices are configured in order to prepare the ground for the next patch. parse_chan_pair is now done earlier, when initcalls are run, rather than when the device is opened. When a host device disappears, the channel list is closed, but not freed. This is required by the previous change. line_config now takes the options structure as an argument, and line_open doesn't. Signed-off-by: Jeff Dike Cc: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed