powerpc/ftrace: Use module loader helpers to parse trampolines
authorAnton Blanchard <anton@samba.org>
Fri, 4 Apr 2014 05:52:58 +0000 (16:52 +1100)
committerAnton Blanchard <anton@samba.org>
Wed, 23 Apr 2014 00:05:35 +0000 (10:05 +1000)
commit62c9da6a8b394eb9336a255fc23457202d6b9755
tree231eb5cf004caaf6d7c2399b5837ef9f0e322055
parentdd9fa162505c07e1917c96a1a12ca117b1afe55a
powerpc/ftrace: Use module loader helpers to parse trampolines

Now we have is_module_trampoline() and module_trampoline_target()
we can remove a bunch of intimate kernel module trampoline
knowledge from ftrace.

Signed-off-by: Anton Blanchard <anton@samba.org>
arch/powerpc/kernel/ftrace.c