diff options
author | Jeff Dike <jdike@addtoit.com> | 2007-07-16 02:38:52 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-16 12:05:38 -0400 |
commit | 63920f4717924206c3fa23d42645d4f8965de4cd (patch) | |
tree | b288c2f7fde1b647b166d2bfc07ca950310fc501 /arch/um/drivers/stdio_console.c | |
parent | 89df6bfc04059716de2eb2fe529f05b3e124fafd (diff) |
uml: xterm driver tidying
Major tidying of the xterm console driver:
got rid of the tt-mode gdb support
tidied up the includes
fixed lots of style violations
replaced os_* calls with glibc calls in xterm.c
all printk calls now have a severity indicator
the error paths of xterm_open are closer to being right
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/um/drivers/stdio_console.c')
-rw-r--r-- | arch/um/drivers/stdio_console.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/um/drivers/stdio_console.c b/arch/um/drivers/stdio_console.c index 2bb4193ac1aa..e312488a7a99 100644 --- a/arch/um/drivers/stdio_console.c +++ b/arch/um/drivers/stdio_console.c | |||
@@ -46,8 +46,6 @@ static struct chan_opts opts = { | |||
46 | .announce = stdio_announce, | 46 | .announce = stdio_announce, |
47 | .xterm_title = "Virtual Console #%d", | 47 | .xterm_title = "Virtual Console #%d", |
48 | .raw = 1, | 48 | .raw = 1, |
49 | .tramp_stack = 0, | ||
50 | .in_kernel = 1, | ||
51 | }; | 49 | }; |
52 | 50 | ||
53 | static int con_config(char *str, char **error_out); | 51 | static int con_config(char *str, char **error_out); |