projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.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
|
blame
|
history
diff --git
a/arch/x86/include/asm/checksum_64.h
b/arch/x86/include/asm/checksum_64.h
index 9bfdc41629ecb8478135754cd89659f358fcc2c0..e6fd8a026c7be574e28d49d321d552d53c72b7cb 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);