git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6e3796
)
powerpc/ftrace: Use patch_instruction instead of probe_kernel_write()
author
Steven Rostedt
<srostedt@redhat.com>
Thu, 26 Apr 2012 08:31:19 +0000
(08:31 +0000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Tue, 3 Jul 2012 04:14:39 +0000
(14:14 +1000)
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>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
No differences found