commit | f167c325d968906995f7628ae0649453777dbec3 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Thu Aug 18 15:46:54 2011 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Thu Apr 26 14:12:26 2012 -0400 |
tree | 1d5dc689318cedae8e93c231d79d75e2b05ae714 | |
parent | ada290a3c4fb1d399e28bbccc27fd42cc0986c5f [diff] |
ftrace/ppc: Use patch_instruction instead of probe_kernel_write() The patch_instruction() interface is made to modify kernel text. It is safer to use that then the probe_kernel_write() when modifying kernel code. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>