Re: Linux 2.4.18-pre4

Marcelo Tosatti (marcelo@conectiva.com.br)
Tue, 15 Jan 2002 21:23:47 -0200 (BRST)


On Wed, 16 Jan 2002, Stephan von Krawczynski wrote:

> >
> > So here goes pre4.
>
> aehm, did I spoil it myself, or is it someone else:
>
> compiling .... and then:
>
> find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{}
> pcmcia
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map
> 2.4.18-pre4; fi
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.18-pre4/kernel/fs/minix/minix.o
> depmod: waitfor_one_page
>
> ..config was taken over from 2.4.17, where it was working.
>
> ??

My mistake. Add "EXPORT_SYMBOL(waitfor_one_page);" to kernel/ksyms.c.

Already fixed in my tree.

Thanks.

-
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/