projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a55fdb
)
x86, asmlinkage: Make 64bit checksum functions visible
author
Andi Kleen
<ak@linux.intel.com>
Mon, 5 Aug 2013 22:02:47 +0000
(15:02 -0700)
committer
H. Peter Anvin
<hpa@linux.intel.com>
Tue, 6 Aug 2013 21:20:59 +0000
(14:20 -0700)
They are implemented in assembler.
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Link:
http://lkml.kernel.org/r/1375740170-7446-14-git-send-email-andi@firstfloor.org
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/include/asm/checksum_64.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/checksum_64.h
b/arch/x86/include/asm/checksum_64.h
index
9bfdc41
..
e6fd8a0
100644
(file)
--- a/
arch/x86/include/asm/checksum_64.h
+++ b/
arch/x86/include/asm/checksum_64.h
@@
-133,7
+133,7
@@
extern __wsum csum_partial(const void *buff, int len, __wsum sum);
/* Do not call this directly. Use the wrappers below */
-extern __wsum csum_partial_copy_generic(const void *src, const void *dst,
+extern __
visible __
wsum csum_partial_copy_generic(const void *src, const void *dst,
int len, __wsum sum,
int *src_err_ptr, int *dst_err_ptr);