]> git.baikalelectronics.ru Git - kernel.git/commit
s390/maccess: reduce stnsm instructions
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Fri, 12 Feb 2016 11:40:31 +0000 (12:40 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 17 Feb 2016 08:05:04 +0000 (09:05 +0100)
commit2c33a21ebc7e8a5dd38d4665b4bde52bfbf27d1e
tree4565561ab51516a02a27bf26438b5de2bd2fc5db
parent9f78e495bbc812e72f5421d900a97146ad067b1c
s390/maccess: reduce stnsm instructions

When fixing the DAT off bug ("s390: fix DAT off memory access, e.g.
on kdump") both Christian and I missed that we can save an additional
stnsm instruction.

This saves us a couple of cycles which could improve the speed of
memcpy_real.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/mm/maccess.c