Re: [PATCH] powerpc64/ftrace: Include ftrace.h needed for enable/disable calls

2018-08-17 Thread Luke Dashjr
On Friday 17 August 2018 10:25:40 Naveen N. Rao wrote: > Luke Dashjr wrote: > > this_cpu_disable_ftrace and this_cpu_enable_ftrace are inlines in > > ftrace.h Without it included, the build fails. > > I'm unable to reproduce this. Can you share your .config and the build > environment? https://luk

Re: [PATCH] powerpc64/ftrace: Include ftrace.h needed for enable/disable calls

2018-08-17 Thread Naveen N. Rao
Luke Dashjr wrote: On Friday 17 August 2018 10:25:40 Naveen N. Rao wrote: Luke Dashjr wrote: > this_cpu_disable_ftrace and this_cpu_enable_ftrace are inlines in > ftrace.h Without it included, the build fails. I'm unable to reproduce this. Can you share your .config and the build environment?

Re: [PATCH] powerpc64/ftrace: Include ftrace.h needed for enable/disable calls

2018-08-17 Thread Naveen N. Rao
Luke Dashjr wrote: this_cpu_disable_ftrace and this_cpu_enable_ftrace are inlines in ftrace.h Without it included, the build fails. I'm unable to reproduce this. Can you share your .config and the build environment? Fixes: a4bc64d305af ("powerpc64/ftrace: Disable ftrace during kvm entry/ex