Thanks, Now the load fails saying "Cannot Allocate memory".<br><br>-mohan<br><br><br><div class="gmail_quote">On Thu, Jun 26, 2008 at 1:04 PM, Alex Deucher <<a href="mailto:alexdeucher@gmail.com">alexdeucher@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="Wj3C7c">On Thu, Jun 26, 2008 at 4:01 PM, Mohan Parthasarathy <<a href="mailto:suruti94@gmail.com">suruti94@gmail.com</a>> wrote:<br>

> Hi,<br>
><br>
> When i load the drm.ko module in linux 2.6.20 (ubunutu Fiesty), i get the<br>
> upper_32_bits unknown symbol error.<br>
> I guess there is a dependency on specific version of the kernel ? I built<br>
> the drm from the latest tree..<br>
<br>
</div></div>older kernels didn't have it, you can add this to the files in question:<br>
<br>
#define upper_32_bits(n) ((u32)(((n) >> 16) >> 16))<br>
<font color="#888888"><br>
Alex<br>
</font></blockquote></div><br>