]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/modules: Create is_module_trampoline()
authorAnton Blanchard <anton@samba.org>
Thu, 3 Apr 2014 09:00:43 +0000 (20:00 +1100)
committerAnton Blanchard <anton@samba.org>
Wed, 23 Apr 2014 00:05:34 +0000 (10:05 +1000)
commitb0296dc580f940d71a1b24dd8d7adb582640243d
tree3a751b74a5fa580b3371ff747a626970a52db089
parented6bee3c8f316f356b95542fe5fa19343a1c2f4b
powerpc/modules: Create is_module_trampoline()

ftrace has way too much knowledge of our kernel module trampoline
layout hidden inside it. Create is_module_trampoline() that can
abstract this away inside the module loader code.

Signed-off-by: Anton Blanchard <anton@samba.org>
arch/powerpc/include/asm/module.h
arch/powerpc/kernel/module_64.c