Re: 2.6.17-mm4 undefined reference to `alternatives_smp_module_del'

From: Rene Herman
Date: Thu Jun 29 2006 - 19:21:04 EST


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:

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

Rene.

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