Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[IA64] Need export for csum_ipv6_magic

Now we have our own highly optimized assembly code version of
this routine (Thanks Ken!) we should export it so that it can
be used.

Signed-off-by: Tony Luck <tony.luck@intel.com>

Tony Luck a5f8ee02 b0f40ea0

+1
+1
arch/ia64/kernel/ia64_ksyms.c
··· 14 14 15 15 #include <asm/checksum.h> 16 16 EXPORT_SYMBOL(ip_fast_csum); /* hand-coded assembly */ 17 + EXPORT_SYMBOL(csum_ipv6_magic); 17 18 18 19 #include <asm/semaphore.h> 19 20 EXPORT_SYMBOL(__down);