diff options
author | Tony Luck <tony.luck@intel.com> | 2006-12-07 16:18:57 -0500 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2006-12-07 16:18:57 -0500 |
commit | a5f8ee0291e75f92a27111eb01da82be93c9068e (patch) | |
tree | 361015a2606c98096b75fc3a5d305802a7b4ba5d | |
parent | b0f40ea04a85b077193676cec78a86cd61495680 (diff) |
[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>
-rw-r--r-- | arch/ia64/kernel/ia64_ksyms.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ia64/kernel/ia64_ksyms.c b/arch/ia64/kernel/ia64_ksyms.c index 879c1817bd1c..bd17190bebb6 100644 --- a/arch/ia64/kernel/ia64_ksyms.c +++ b/arch/ia64/kernel/ia64_ksyms.c | |||
@@ -14,6 +14,7 @@ EXPORT_SYMBOL(strlen); | |||
14 | 14 | ||
15 | #include <asm/checksum.h> | 15 | #include <asm/checksum.h> |
16 | EXPORT_SYMBOL(ip_fast_csum); /* hand-coded assembly */ | 16 | EXPORT_SYMBOL(ip_fast_csum); /* hand-coded assembly */ |
17 | EXPORT_SYMBOL(csum_ipv6_magic); | ||
17 | 18 | ||
18 | #include <asm/semaphore.h> | 19 | #include <asm/semaphore.h> |
19 | EXPORT_SYMBOL(__down); | 20 | EXPORT_SYMBOL(__down); |