]> git.baikalelectronics.ru Git - kernel.git/commit
s390: optimize control register update
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 3 Dec 2013 13:57:18 +0000 (14:57 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 16 Dec 2013 13:37:45 +0000 (14:37 +0100)
commitc88dbdef7654b04dfa15dfaf09d1d796e71c65cc
tree6bc09659dd889c7d85b09e7d1283cfecf08859a8
parent6bc5048c20e73eeb64c5d6d200009292869afc7d
s390: optimize control register update

It is less expensive to update control registers 0 and 2 with two
individual stctg/lctlg instructions as with a single one that spans
control register 0, 1 and 2.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/ptrace.c