The only user of register_die_notifier (kernel/kprobes.c) can't be built modular. Therefore, it's the EXPORT_SYMBOL is superfluous.
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- linux-2.6.11-rc1-mm1-full/arch/x86_64/kernel/x8664_ksyms.c.old 2005-01-16 05:38:17.000000000 +0100 +++ linux-2.6.11-rc1-mm1-full/arch/x86_64/kernel/x8664_ksyms.c 2005-01-16 08:45:54.000000000 +0100 @@ -198,7 +198,6 @@ #endif EXPORT_SYMBOL(die_chain); -EXPORT_SYMBOL(register_die_notifier); #ifdef CONFIG_SMP EXPORT_SYMBOL(cpu_sibling_map); - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

