Kevin, Thanks for checking quickly. I have applied the patch below. Thanks.
On Tue, Sep 11, 2007 at 03:22:06PM -0500, Kevin Corry wrote: > Hi Stephane, > > On Tue September 11 2007 11:56 am, Stephane Eranian wrote: > > I have applied this patch into my tree but there were some failure which > > I corrected manually for the cbe_pmd-regs structure. I would appreciate > > if you could verify that I got it right. > > The merged structure looks good, but some leading spaces managed to get in. > Here's a short patch to fix them. > > Thanks, > -- > Kevin Corry > [EMAIL PROTECTED] > http://www.ibm.com/linux/ > > > > Whitespace cleanup in cbe_regs.h. > > Signed-off-by: Kevin Corry <[EMAIL PROTECTED]> > --- > > arch/powerpc/platforms/cell/cbe_regs.h | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/arch/powerpc/platforms/cell/cbe_regs.h > b/arch/powerpc/platforms/cell/cbe_regs.h > index 2694238..c41fa24 100644 > --- a/arch/powerpc/platforms/cell/cbe_regs.h > +++ b/arch/powerpc/platforms/cell/cbe_regs.h > @@ -117,9 +117,9 @@ struct cbe_pmd_regs { > u8 pad_0x0c1c_0x0c20 [4]; /* 0x0c1c */ > #define CBE_PMD_FIR_MODE_M8 0x00800 > u64 fir_enable_mask; /* 0x0c20 */ > - u8 pad_0x0c28_0x0c98 [0x0c98 - 0x0c28]; /* 0x0c28 */ > - u64 on_ramp_trace; /* 0x0c98 */ > - u64 pad_0x0ca0; /* 0x0ca0 */ > + u8 pad_0x0c28_0x0c98 [0x0c98 - 0x0c28]; /* 0x0c28 */ > + u64 on_ramp_trace; /* 0x0c98 */ > + u64 pad_0x0ca0; /* 0x0ca0 */ > u64 ras_esc_0; /* 0x0ca8 */ > u8 pad_0x0cb0_0x1000 [0x1000 - 0x0cb0]; /* 0x0cb0 */ > }; -- -Stephane _______________________________________________ perfmon mailing list [email protected] http://www.hpl.hp.com/hosted/linux/mail-archives/perfmon/
