Re: [PATCH -mm3] x86-64: Eliminate register_die_notifier symbolexported twice

From: Randy.Dunlap
Date: Thu Mar 09 2006 - 20:24:37 EST


On Thu, 09 Mar 2006 19:44:59 -0400 Kevin Winchester wrote:

>
> register_die_notifier is exported twice, once in traps.c and once in
> x8664_ksyms.c. This results in a warning on build.
>
> Signed-Off-By: Kevin Winchester <kwin@xxxxxxxxxxxxxxx>
>
> --- v2.6.16-rc5-mm3.orig/arch/x86_64/kernel/x8664_ksyms.c
> 2006-03-09 19:34:11.000000000 -0400
> +++ v2.6.16-rc5-mm3/arch/x86_64/kernel/x8664_ksyms.c 2006-03-09
> 19:40:46.000000000 -0400
> @@ -142,7 +142,6 @@ EXPORT_SYMBOL(rwsem_down_write_failed_th
> EXPORT_SYMBOL(empty_zero_page);
>
> EXPORT_SYMBOL(die_chain);
> -EXPORT_SYMBOL(register_die_notifier);
>
> #ifdef CONFIG_SMP
> EXPORT_SYMBOL(cpu_sibling_map);

Thanks for that. However, I see 2 such warnings:

WARNING: vmlinux: 'register_die_notifier' exported twice. Previous export was in vmlinux
WARNING: vmlinux: 'strlen' exported twice. Previous export was in vmlinux


---
~Randy
Please use an email client that implements proper (compliant) threading.
(You know who you are.)
-
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/