]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/ftrace/64: Split further based on -mprofile-kernel
authorNaveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Tue, 25 Apr 2017 13:55:54 +0000 (19:25 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 27 Apr 2017 12:20:29 +0000 (22:20 +1000)
commit096ff2ddba83bf022d593a3096d683e57c4befb0
treed1db8a2bbb1647fc6bf37a5aef235e9645e5dc97
parent7853f9c029ac9134df42ea9e0d6bc600180f268d
powerpc/ftrace/64: Split further based on -mprofile-kernel

Split ftrace_64.S further retaining the core ftrace 64-bit aspects
in ftrace_64.S and moving ftrace_caller() and ftrace_graph_caller() into
separate files based on -mprofile-kernel. The livepatch routines are all
now contained within the mprofile file.

Signed-off-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/trace/Makefile
arch/powerpc/kernel/trace/ftrace_64.S
arch/powerpc/kernel/trace/ftrace_64_mprofile.S [new file with mode: 0644]
arch/powerpc/kernel/trace/ftrace_64_pg.S [new file with mode: 0644]