patch-2.1.121 linux/drivers/video/fbcon.c

Next file: linux/fs/filesystems.c
Previous file: linux/drivers/scsi/wd7000.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.120/linux/drivers/video/fbcon.c linux/drivers/video/fbcon.c
@@ -399,7 +399,7 @@
     int old_rows, old_cols;
     unsigned short *save = NULL, *r, *q;
     /* Only if not module */
-    extern int initmem_freed;
+    int initmem_freed = 1;
     struct fbcon_font_desc *font;
     if (con != fg_console || initmem_freed || p->type == FB_TYPE_TEXT)
     	logo = 0;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov