Re: 2.6.17-mm4 undefined reference to `alternatives_smp_module_del'
- From: Rene Herman <rene.herman@xxxxxxxxxxxx>
- Date: Fri, 30 Jun 2006 01:24:32 +0200
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/
- Follow-Ups:
- Re: 2.6.17-mm4 undefined reference to `alternatives_smp_module_del'
- From: Andrew Morton
- Re: 2.6.17-mm4 undefined reference to `alternatives_smp_module_del'
- References:
- 2.6.17-mm4 undefined reference to `alternatives_smp_module_del'
- From: Gregoire Favre
- Re: 2.6.17-mm4 undefined reference to `alternatives_smp_module_del'
- From: Andrew Morton
- 2.6.17-mm4 undefined reference to `alternatives_smp_module_del'
- Prev by Date: Re: [PATCH] (Longhaul 1/5) PCI: Protect bus master DMA from Longhaul by rw semaphores
- Next by Date: Re: 2.6.17-mm4
- Previous by thread: Re: 2.6.17-mm4 undefined reference to `alternatives_smp_module_del'
- Next by thread: Re: 2.6.17-mm4 undefined reference to `alternatives_smp_module_del'
- Index(es):
Relevant Pages
|