From: Steven Rostedt on 24 May 2010 23:20 On Mon, 2010-05-24 at 15:27 +1000, Paul Mackerras wrote: > Commit 38516ab5 ("tracing: Let tracepoints have data passed to > tracepoint callbacks") added a void *data parameter to tracing > callbacks and to the {un,}register_trace_* functions, requiring all > tracepoint callback functions to have the extra void * parameter. > > This adds the void *data parameter to the tracepoints in the pSeries > hypervisor call code. Without this, hvCall_inst.c fails to compile > with tracing enabled. > Acked-by: Steven Rostedt <rostedt(a)goodmis.org> Thanks! -- Steve > Signed-off-by: Paul Mackerras <paulus(a)samba.org> > --- > arch/powerpc/platforms/pseries/hvCall_inst.c | 13 +++++++------ > 1 file changed, 7 insertions(+), 6 deletions(-) > > diff --git a/arch/powerpc/platforms/pseries/hvCall_inst.c b/arch/powerpc/platforms/pseries/hvCall_inst.c > index 1fefae7..9d03ef5 100644 > --- a/arch/powerpc/platforms/pseries/hvCall_inst.c > +++ b/arch/powerpc/platforms/pseries/hvCall_inst.c > @@ -102,7 +102,8 @@ static const struct file_operations hcall_inst_seq_fops = { > #define CPU_NAME_BUF_SIZE 32 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: [GIT PULL] XFS update for 2.6.35-rc1 (2 of 2) Next: User Guide for Sysfs and libudev |