s390/als: remove duplicated in-place implementation of stfle
authorVasily Gorbik <gor@linux.ibm.com>
Wed, 27 Feb 2019 15:26:22 +0000 (16:26 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 1 Mar 2019 07:00:37 +0000 (08:00 +0100)
commit96d3b64b527f6dc8799ebf00a95e931554311daf
tree2aa03d22d9948add30b63b31cc50490d2e2fceb6
parent7b660c225fa021b254be69aafb5787e79ec58af0
s390/als: remove duplicated in-place implementation of stfle

Reuse __stfle call instead of in-place implementation. __stfle is using
memcpy and memset functions but they are safe to use, since mem.S is
built with -march=z900.

Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/boot/als.c