lkml.org 
[lkml]   [2003]   [Apr]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subjecti810fb compile/module loading failure on 2.5.66-bk12

When trying to load module i810 on 2.5.66-bk12 I get:
i810fb: Unknown symbol __memcpy

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/

\
 
 \ /
  Last update: 2005-03-22 13:34    [W:0.016 / U:3.464 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site