Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83627
b: refs/heads/master
c: 55850f4
h: refs/heads/master
i:
  83625: 7486d4d
  83623: f9c4437
v: v3
  • Loading branch information
Anton Vorontsov authored and Linus Torvalds committed Feb 6, 2008
1 parent c535a0a commit 49d13d5
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 6659a0f0bb7481d0f94ca3f203a4e1e406a9694d
refs/heads/master: 55850f47333c6e7d932e6426eaed863b27c9cd7f
1 change: 1 addition & 0 deletions trunk/drivers/video/fb_draw.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ static inline unsigned long fb_rev_pixels_in_long(unsigned long val,
val = comp(val >> 2, val << 2, REV_PIXELS_MASK2);
if (bswapmask & 3)
val = comp(val >> 4, val << 4, REV_PIXELS_MASK4);
return val;
}

static inline u32 fb_shifted_pixels_mask_u32(u32 index, u32 bswapmask)
Expand Down

0 comments on commit 49d13d5

Please sign in to comment.