aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/mm/maccess.c
Commit message (Collapse)AuthorAge
* [S390] maccess: arch specific probe_kernel_write() implementationHeiko Carstens2009-06-12
Add an s390 specific probe_kernel_write() function which allows to write to the kernel text segment even if write protection is enabled. This is implemented using the lra (load real address) and stura (store using real address) instructions. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>