Re: [PATCH 2/2] powerpc, ftrace: fix compile error when modules not configured

2009-02-05 Thread Steven Rostedt
On Fri, 2009-02-06 at 17:23 +1100, Michael Neuling wrote: > In message <20090206060527.369616...@goodmis.org> you wrote: > > From: Steven Rostedt > > > > Michael Neuling reported a compile bug when dynamic ftrace was > > configured in and modules were not. This was due to the ftrace > > code ref

Re: [PATCH 2/2] powerpc, ftrace: fix compile error when modules not configured

2009-02-05 Thread Michael Neuling
In message <20090206060527.369616...@goodmis.org> you wrote: > From: Steven Rostedt > > Michael Neuling reported a compile bug when dynamic ftrace was > configured in and modules were not. This was due to the ftrace > code referencing module specific structures. > > Reported-by: Michael Neuling

Re: [PATCH 2/2] powerpc, ftrace: fix compile error when modules not configured

2009-02-05 Thread Steven Rostedt
[ forgot to add linuxppc ] On Fri, 6 Feb 2009, Steven Rostedt wrote: > From: Steven Rostedt > > Michael Neuling reported a compile bug when dynamic ftrace was > configured in and modules were not. This was due to the ftrace > code referencing module specific structures. > > Reported-by: Mich