Commit b03bcec1 authored by David S. Miller's avatar David S. Miller

[FB]: 64-bit cfbimgblt.c changes do not even build.

parent 8e94fe83
......@@ -275,8 +275,9 @@ static inline void fast_imageblit(const struct fb_image *image,
k = image->width/ppw;
for (i = image->height; i--; ) {
dst = (unsigned long *) dst1, shift = 8; src = s;
INIT_FASTPATH;
dst = (unsigned long *) dst1, shift = 8; src = s;
for (j = k; j--; ) {
shift -= ppw;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment