EXPORT_PER_CPU_SYMBOL() does not generate a CRC.

From: Robin Holt
Date: Mon Dec 12 2005 - 15:38:34 EST


When compiling for ia64, the following warning message is omitted:

*** Warning: "per_cpu____sn_nodepda" [arch/ia64/sn/kernel/xpc.ko] has
no CRC!

The definition for this is:
DEFINE_PER_CPU(struct nodepda_s *, __sn_nodepda);
EXPORT_PER_CPU_SYMBOL(__sn_nodepda);


I modified arch/ia64/defconfig to include:
CONFIG_IA64_SGI_SN_XP=m

I was going to look into this unless someone already knows the correct
fix for the problem.

Thanks,
Robin Holt
-
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/