Re: [PATCH v3 2/2] powerpc: ftrace_64: split further based on -mprofile-kernel

2017-02-27 Thread Michael Ellerman
Steven Rostedt writes: > On Wed, 22 Feb 2017 00:31:02 +0530 > "Naveen N. Rao" wrote: > >> 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 rout

Re: [PATCH v3 2/2] powerpc: ftrace_64: split further based on -mprofile-kernel

2017-02-27 Thread Steven Rostedt
On Wed, 22 Feb 2017 00:31:02 +0530 "Naveen N. Rao" wrote: > 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 with

[PATCH v3 2/2] powerpc: ftrace_64: split further based on -mprofile-kernel

2017-02-21 Thread Naveen N. Rao
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 --- arch/power