Note, I only use my Red Hat email account to acknowledge who pays me to do the work. But I'm much more reachable at rost...@goodmis.org (as it says in the maintainers file). I may go weeks without reading the RH email.
On Tue, 2009-04-07 at 00:40 +1000, Michael Ellerman wrote: > Commit bb7253403f7a4670a128e4c080fd8ea1bd4d5029 (powerpc64, > ftrace: save toc only on modules for function graph), added a > > Fixes the following warning on 32-bit builds: > arch/powerpc/kernel/ftrace.c:562:5: error: "CONFIG_PPC64" is not defined > > Signed-off-by: Michael Ellerman <mich...@ellerman.id.au> Acked-by: Steven Rostedt <rost...@goodmis.org> Hmm, maybe I'll keep the "Git Author" as srost...@redhat.com, and change the signature to my goodmis account. Maybe that would be less confusing. -- Steve > --- > arch/powerpc/kernel/ftrace.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/powerpc/kernel/ftrace.c b/arch/powerpc/kernel/ftrace.c > index e74f2dd..e9d9d38 100644 > --- a/arch/powerpc/kernel/ftrace.c > +++ b/arch/powerpc/kernel/ftrace.c > @@ -559,7 +559,7 @@ void prepare_ftrace_return(unsigned long *parent, > unsigned long self_addr) > if (unlikely(atomic_read(¤t->tracing_graph_pause))) > return; > > -#if CONFIG_PPC64 > +#ifdef CONFIG_PPC64 > /* non core kernel code needs to save and restore the TOC */ > if (REGION_ID(self_addr) != KERNEL_REGION_ID) > return_hooker = (unsigned long)&mod_return_to_handler; _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev