Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 727
b: refs/heads/master
c: a40920b
h: refs/heads/master
i:
  725: 3ddb52a
  723: 8b9c0f7
  719: 6f5867a
v: v3
  • Loading branch information
Bill Nottingham authored and Linus Torvalds committed May 1, 2005
1 parent fff2271 commit 4621157
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 127144df4ce817ad648af15a3983c8d52aacf670
refs/heads/master: a40920b42ae232fac514cc4a1eb92996114af340
2 changes: 2 additions & 0 deletions trunk/drivers/video/console/vgacon.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,8 @@ static void vgacon_init(struct vc_data *c, int init)
c->vc_scan_lines = vga_scan_lines;
c->vc_font.height = vga_video_font_height;
c->vc_complement_mask = 0x7700;
if (vga_512_chars)
c->vc_hi_font_mask = 0x0800;
p = *c->vc_uni_pagedir_loc;
if (c->vc_uni_pagedir_loc == &c->vc_uni_pagedir ||
!--c->vc_uni_pagedir_loc[1])
Expand Down

0 comments on commit 4621157

Please sign in to comment.