commit | 620a53d522ba007a79fffc444bd75e8d3775f5b8 | [log] [tgz] |
---|---|---|
author | Sven Schnelle <svens@stackframe.org> | Thu Apr 04 21:14:09 2019 +0200 |
committer | Helge Deller <deller@gmx.de> | Fri May 03 23:47:38 2019 +0200 |
tree | c2931055351578f8912c41f629d44c500bba7fde | |
parent | ccfbc68d41c2db8f5e88128427fb5bfe3855ff9b [diff] |
parisc: add parisc code patching Instead of re-mapping the whole kernel text with RWX rights add a patch_text() which can be used to replace instructions in the kernel .text section. Based on the ARM implementation. Signed-off-by: Sven Schnelle <svens@stackframe.org> Signed-off-by: Helge Deller <deller@gmx.de>