[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Unresolved symbol vmalloc_start



On Thu, 23 Oct 2003, eric.bachard@b.org wrote:
> Michel DÀnzer a écrit:
> > On Tue, 2003-10-21 at 22:04, Anders Hermansen wrote:
> 
> I'v got the same problem  : no DRI with 2.4.23pre5, with a vmalloc_start 
> problem. No change with my 2.4.22pre4 .config, and this one works 
> perfectly with dri-trunk..
> 
> >>Or is this just a bug that will be fixed eventually?
> > 
> > It's just a bug, you can add the
> > 
> > EXPORT_SYMBOL(vmalloc_start);
> 
> Excuse me, but I need more information : where can I do this change ?

In the source file that defines vmalloc_start(), i.e. in mm/vmalloc.c.
You'll also have to add `vmalloc.o' to the `export-objs' list in mm/Makefile.

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds



Reply to: