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

Re: Unresolved symbol vmalloc_start



On Thu, Oct 23, 2003 at 10:47:20AM +0200, Geert Uytterhoeven wrote:
> > > 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.

Actually, it is defined in arch/ppc/mm/init.c, so I started by adding it
there (and init.o in export-objs), but that didn't work.
I finally added the EXPORT_SYMBOL() in arc/ppc/kernel/ppc_ksyms.c, and
my 6th 2.4.23-pre5-ben0 kernel finally supports dri

> You'll also have to add `vmalloc.o' to the `export-objs' list in mm/Makefile.

This was not needed in the end.

Frank



Reply to: