summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2009-02-13 14:45:27 (GMT)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2009-02-22 23:48:56 (GMT)
commitbb9b903527eb16c8fdad59a562c29e89f5dcf233 (patch)
tree3a6cbb3a2999f2175762ba0a09f78f52933ff296 /arch/powerpc/lib
parentb54dcfe108b1b72c9d891dce1034aa5679c0d7db (diff)
downloadlinux-bb9b903527eb16c8fdad59a562c29e89f5dcf233.tar.xz
powerpc, ftrace: use create_branch lib function
Impact: clean up, remove duplicate code When ftrace was first ported to PowerPC, there existed a create_function_call that would create the instruction to make a call to a given address. Unfortunately, this call expected to write to the address it was given, and since it used the address to calculate the offset, it could not be faked. ftrace needed a way to create the instruction without actually writing that instruction to the text section. So ftrace had to implement its own code. Now we have create_branch in the code patching library, which does exactly what ftrace needs. This patch replaces ftrace's implementation with the library function. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/lib')
0 files changed, 0 insertions, 0 deletions