Home
last modified time | relevance | path

Searched hist:"3 c1a3bcea945f9d59ab1fe3d319c67c0ff56100f" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/s390/mm/
H A Dmaccess.cdiff 3c1a3bcea945f9d59ab1fe3d319c67c0ff56100f Fri Mar 13 07:13:36 CDT 2015 Heiko Carstens <heiko.carstens@de.ibm.com> s390/maccess: improve s390_kernel_write()

Use the sturg instruction instead of the stura instruction. This allows to
modify up to eight bytes in a row instead of only four.

For function tracer enabling and disabling this reduces the time needed to
modify the text sections by 50%, since for each mcount call site six bytes
need to be changed.

Also remove the EXTABLE entries, since calls to this function are not
supposed to fail.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>