Re: 2.6.17-mm4 undefined reference to `alternatives_smp_module_del'

From: Andrew Morton
Date: Thu Jun 29 2006 - 19:36:09 EST


Rene Herman <rene.herman@xxxxxxxxxxxx> wrote:
>
> Andrew Morton wrote:
>
> > <looks at davej>
> >
> > That patch is pretty yuk anyway
> >
> > void module_arch_cleanup(struct module *mod)
> > {
> > +#ifdef CONFIG_SMP
> > alternatives_smp_module_del(mod);
> > +#endif
> > }
> >
> > Should be a stub in a header file, which would fix this problem too.
>
> Gerd Hoffmann already did this and I suppose it's in some upstream tree
> somewhere:

I'd say it got lost.

> http://marc.theaimsgroup.com/?l=linux-kernel&m=114743413932319&w=2
>

<snarf>

Thanks.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/