commit | d07df82c43be82ab6972662180e89e6ba2a828ad | [log] [tgz] |
---|---|---|
author | Balbir Singh <bsingharora@gmail.com> | Tue Jun 06 14:29:38 2017 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Mon Jul 03 23:12:19 2017 +1000 |
tree | 3615fcfb4aae0dad056122302c9a07d9dba15280 | |
parent | 7f6d498ed3354740cfd100e4aa99e388f1a95be7 [diff] |
powerpc/kprobes: Move kprobes over to patch_instruction() arch_arm/disarm_probe() use direct assignment for copying instructions, replace them with patch_instruction(). We don't need to call flush_icache_range() because patch_instruction() does it for us. Signed-off-by: Balbir Singh <bsingharora@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>