s390/lib,xor: get rid of register asm
authorHeiko Carstens <hca@linux.ibm.com>
Thu, 17 Jun 2021 18:11:40 +0000 (20:11 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Mon, 28 Jun 2021 09:18:28 +0000 (11:18 +0200)
commit7e86f967f4c98a6ad2a8c33c39f041e2955c05c8
treea42add57934c2a1e6b8cfbf1b0c490159a71bb74
parentfcc91d5d40475a5d0ea8f6b63f6fe8a693fc2142
s390/lib,xor: get rid of register asm

Looking at the generate code this was just a micro-optimization.
However given that as many register asm constructs as possible
will be removed from s390 code, remove this one as well.

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/lib/xor.c