It also happens (in a bit different way) when I try to link it while
compiling directly into kernel.
I fixed it by changing
memcpy_toio(d_addr, s_addr, s_pitch * image->height);
on drivers/video/i810/i810_accel.c:419 to:
memcpy(d_addr, s_addr, s_pitch * image->height);
I have no idea what I've just done but... it works for me. :-)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/