projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0f40ea
)
[IA64] Need export for csum_ipv6_magic
author
Tony Luck
<tony.luck@intel.com>
Thu, 7 Dec 2006 21:18:57 +0000
(13:18 -0800)
committer
Tony Luck
<tony.luck@intel.com>
Thu, 7 Dec 2006 21:18:57 +0000
(13:18 -0800)
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>
arch/ia64/kernel/ia64_ksyms.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/ia64/kernel/ia64_ksyms.c
b/arch/ia64/kernel/ia64_ksyms.c
index 879c1817bd1c8589c1ff7c85a659e777b67abc50..bd17190bebb637ece33a8225381a11f49d31b0eb 100644
(file)
--- a/
arch/ia64/kernel/ia64_ksyms.c
+++ b/
arch/ia64/kernel/ia64_ksyms.c
@@
-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);