|
@@ -205,7 +205,6 @@ static void bit_putcs(struct vc_data *vc, struct fb_info *info,
|
|
|
static void bit_clear_margins(struct vc_data *vc, struct fb_info *info,
|
|
|
int bottom_only)
|
|
|
{
|
|
|
- int bgshift = (vc->vc_hi_font_mask) ? 13 : 12;
|
|
|
unsigned int cw = vc->vc_font.width;
|
|
|
unsigned int ch = vc->vc_font.height;
|
|
|
unsigned int rw = info->var.xres - (vc->vc_cols*cw);
|
|
@@ -214,7 +213,7 @@ static void bit_clear_margins(struct vc_data *vc, struct fb_info *info,
|
|
|
unsigned int bs = info->var.yres - bh;
|
|
|
struct fb_fillrect region;
|
|
|
|
|
|
- region.color = attr_bgcol_ec(bgshift, vc, info);
|
|
|
+ region.color = 0;
|
|
|
region.rop = ROP_COPY;
|
|
|
|
|
|
if (rw && !bottom_only) {
|