commit | 96d3b64b527f6dc8799ebf00a95e931554311daf | [log] [tgz] |
---|---|---|
author | Vasily Gorbik <gor@linux.ibm.com> | Wed Feb 27 16:26:22 2019 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Fri Mar 01 08:00:37 2019 +0100 |
tree | 2aa03d22d9948add30b63b31cc50490d2e2fceb6 | |
parent | 7b660c225fa021b254be69aafb5787e79ec58af0 [diff] |
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>