diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-01-04 16:03:48 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-01-04 16:03:48 +0000 |
commit | 78c388aed2b7184182c08428db1de6c872d815f5 (patch) | |
tree | 4b2003b1b4ceb241a17faa995da8dd1004bb8e45 /drivers/video/promcon.c | |
parent | eb7a5bf93aaa4be1d7c6181100ab7639e74d67f7 (diff) |
Merge with Linux 2.1.131 and more MIPS goodies.
(Did I mention that CVS is buggy ...)
Diffstat (limited to 'drivers/video/promcon.c')
-rw-r--r-- | drivers/video/promcon.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/video/promcon.c b/drivers/video/promcon.c index 76f945b45..9148f609e 100644 --- a/drivers/video/promcon.c +++ b/drivers/video/promcon.c @@ -1,4 +1,4 @@ -/* $Id: promcon.c,v 1.10 1998/07/24 15:31:53 jj Exp $ +/* $Id: promcon.c,v 1.12 1998/08/23 20:19:01 mj Exp $ * Console driver utilizing PROM sun terminal emulation * * Copyright (C) 1998 Eddie C. Dost (ecd@skynet.be) @@ -178,8 +178,6 @@ promcon_init(struct vc_data *conp, int init) if (!init) { if (conp->vc_cols != pw + 1 || conp->vc_rows != ph + 1) vc_resize_con(ph + 1, pw + 1, conp->vc_num); - else if (conp->vc_num == fg_console) - update_screen(fg_console); } } |