So, I did the following ifdef in vmalloc.c to get past that error (I didn't
try to figure it out, it just looks like these two lines are the only
change) until I hear from someone who knows what the canonical fix is.
#if defined(VMALLOC_END)
if (addr > VMALLOC_END-size)
return NULL;
#endif
Thanks,
-- Steve Williams "The woods are lovely, dark and deep. steve@icarus.com But I have promises to keep, steve@picturel.com and lines to code before I sleep, http://www.picturel.com And lines to code before I sleep."
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html