Re: [PATCH v2] powerpc: split ftrace bits into a separate file

2016-11-23 Thread Michael Ellerman
"Naveen N. Rao" writes: > entry_*.S now includes a lot more than just kernel entry/exit code. As a > first step at cleaning this up, let's split out the ftrace bits into > separate files. > > No functional changes. > > Suggested-by: Michael Ellerman > Signed-off-by: Naveen N. Rao > --- > v2: up

Re: [PATCH v2] powerpc: split ftrace bits into a separate file

2016-11-22 Thread Steven Rostedt
On Tue, 22 Nov 2016 22:04:39 +0530 "Naveen N. Rao" wrote: > entry_*.S now includes a lot more than just kernel entry/exit code. As a > first step at cleaning this up, let's split out the ftrace bits into > separate files. > > No functional changes. > > Suggested-by: Michael Ellerman > Signed-o

[PATCH v2] powerpc: split ftrace bits into a separate file

2016-11-22 Thread Naveen N. Rao
entry_*.S now includes a lot more than just kernel entry/exit code. As a first step at cleaning this up, let's split out the ftrace bits into separate files. No functional changes. Suggested-by: Michael Ellerman Signed-off-by: Naveen N. Rao --- v2: updated commit description. arch/powerpc/ker