Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105445
b: refs/heads/master
c: f700d6e
h: refs/heads/master
i:
  105443: 9be5476
v: v3
  • Loading branch information
Stefano Stabellini authored and Linus Torvalds committed Jul 24, 2008
1 parent 5791375 commit ab19eb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e0426e6a09954d205da2d674a3d368d2715e3afd
refs/heads/master: f700d6e5e5549cb9349d22043f4bd153792c621f
2 changes: 1 addition & 1 deletion trunk/drivers/char/vt.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ static void notify_update(struct vc_data *vc)
#ifdef VT_BUF_VRAM_ONLY
#define DO_UPDATE(vc) 0
#else
#define DO_UPDATE(vc) CON_IS_VISIBLE(vc)
#define DO_UPDATE(vc) (CON_IS_VISIBLE(vc) && !console_blanked)
#endif

static inline unsigned short *screenpos(struct vc_data *vc, int offset, int viewed)
Expand Down

0 comments on commit ab19eb6

Please sign in to comment.