patch-2.3.33 linux/drivers/video/fbcon.c
Next file: linux/drivers/video/tgafb.c
Previous file: linux/drivers/video/dummycon.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Dec 14 08:51:10 1999
- Orig file:
v2.3.32/linux/drivers/video/fbcon.c
- Orig date:
Tue Dec 7 09:32:46 1999
diff -u --recursive --new-file v2.3.32/linux/drivers/video/fbcon.c linux/drivers/video/fbcon.c
@@ -683,7 +683,7 @@
}
if (save) {
q = (unsigned short *)(conp->vc_origin + conp->vc_size_row * old_rows);
- memcpy(q, save, logo_lines * nr_cols * 2);
+ scr_memcpyw(q, save, logo_lines * nr_cols * 2);
conp->vc_y += logo_lines;
conp->vc_pos += logo_lines * conp->vc_size_row;
kfree(save);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)