summaryrefslogtreecommitdiff
path: root/arch/s390/lib/Makefile
diff options
context:
space:
mode:
authorHeiko Carstens <hca@linux.ibm.com>2024-02-03 13:45:22 +0300
committerHeiko Carstens <hca@linux.ibm.com>2024-02-16 16:30:17 +0300
commitcb2a1dd589a0ce97429bf2beeb560e5b030c2ccc (patch)
treecb2ffaa05e7442ba1f4dfb305dcdb7bfef87d463 /arch/s390/lib/Makefile
parent3a74f44de2c901e1536d227d29257cae1a6ed18f (diff)
downloadlinux-cb2a1dd589a0ce97429bf2beeb560e5b030c2ccc.tar.xz
s390/checksum: provide vector register variant of csum_partial()
Provide a faster variant of csum_partial() which uses vector registers instead of the cksm instruction. Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'arch/s390/lib/Makefile')
-rw-r--r--arch/s390/lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/lib/Makefile b/arch/s390/lib/Makefile
index 7c50eca85ca4..90eac15ea62a 100644
--- a/arch/s390/lib/Makefile
+++ b/arch/s390/lib/Makefile
@@ -4,6 +4,7 @@
#
lib-y += delay.o string.o uaccess.o find.o spinlock.o tishift.o
+lib-y += csum-partial.o
obj-y += mem.o xor.o
lib-$(CONFIG_KPROBES) += probes.o
lib-$(CONFIG_UPROBES) += probes.o