diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2016-02-02 16:40:40 +0300 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2016-02-23 10:56:17 +0300 |
commit | 2cfc5f9ce7f5e17553e84d36ea9563e677e369d1 (patch) | |
tree | 0a612a3d95c87ca7b72c3cb44574531bbabad2ea /arch/s390/lib/Makefile | |
parent | 9a99649f2a89fdfc9dde5d5401675561567bf99a (diff) | |
download | linux-2cfc5f9ce7f5e17553e84d36ea9563e677e369d1.tar.xz |
s390/xor: optimized xor routing using the XC instruction
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/lib/Makefile')
-rw-r--r-- | arch/s390/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/lib/Makefile b/arch/s390/lib/Makefile index 0e8fefe5b0ce..1d1af31e8354 100644 --- a/arch/s390/lib/Makefile +++ b/arch/s390/lib/Makefile @@ -3,7 +3,7 @@ # lib-y += delay.o string.o uaccess.o find.o -obj-y += mem.o +obj-y += mem.o xor.o lib-$(CONFIG_SMP) += spinlock.o lib-$(CONFIG_KPROBES) += probes.o lib-$(CONFIG_UPROBES) += probes.o |