Skip to content

Commit

Permalink
[IA64] Need export for csum_ipv6_magic
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tony Luck committed Dec 7, 2006
1 parent b0f40ea commit a5f8ee0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/ia64/kernel/ia64_ksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ EXPORT_SYMBOL(strlen);

#include <asm/checksum.h>
EXPORT_SYMBOL(ip_fast_csum); /* hand-coded assembly */
EXPORT_SYMBOL(csum_ipv6_magic);

#include <asm/semaphore.h>
EXPORT_SYMBOL(__down);
Expand Down

0 comments on commit a5f8ee0

Please sign in to comment.