On Thu, May 14, 2009 at 04:21:48PM -0400, Alan Stern wrote: > On Thu, 14 May 2009, K.Prasad wrote: > > > Index: linux-2.6-tip.hbkpt/samples/hw_breakpoint/data_breakpoint.c > > =================================================================== > > --- linux-2.6-tip.hbkpt.orig/samples/hw_breakpoint/data_breakpoint.c > > 2009-05-14 00:17:24.000000000 +0530 > > +++ linux-2.6-tip.hbkpt/samples/hw_breakpoint/data_breakpoint.c > > 2009-05-14 00:58:06.000000000 +0530 > > @@ -54,6 +54,10 @@ > > sample_hbp.info.type = HW_BREAKPOINT_WRITE; > > sample_hbp.info.len = HW_BREAKPOINT_LEN_4; > > #endif /* CONFIG_X86 */ > > +#ifdef CONFIG_PPC64 > > + sample_hbp.info.name = ksym_name; > > + sample_hbp.info.type = DABR_DATA_WRITE; > > This should be HW_BREAKPOINT_WRITE, not DABR_DATA_WRITE. > > Alan Stern >
Done. Thanks. -- K.Prasad _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev