[PATCH 3/8] Remove unused pte_offset variable

2008-02-28 Thread Michael Ellerman
The cell IOMMU code no longer needs to save the pte_offset variable separately, it is incorporated into tbl->it_offset. Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> --- arch/powerpc/platforms/cell/iommu.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/arch/pow

Re: [PATCH 3/8] Remove unused pte_offset variable

2008-02-27 Thread Benjamin Herrenschmidt
On Wed, 2008-02-27 at 19:11 +1100, Michael Ellerman wrote: > I'm pretty sure I tested it and it worked. > > But I didn't actually change anything WRT the spider offset anyway, we > still add it to it_offset just like we used to, it's just we don't put > it in the window and then pull it out agai

Re: [PATCH 3/8] Remove unused pte_offset variable

2008-02-27 Thread Michael Ellerman
On Wed, 2008-02-27 at 19:04 +1100, Benjamin Herrenschmidt wrote: > On Wed, 2008-02-27 at 18:28 +1100, Michael Ellerman wrote: > > The cell IOMMU code no longer needs to save the pte_offset variable > > separately, it is incorporated into tbl->it_offset. > > > > Signed-off-by: Michael Ellerman <[EM

Re: [PATCH 3/8] Remove unused pte_offset variable

2008-02-27 Thread Benjamin Herrenschmidt
On Wed, 2008-02-27 at 18:28 +1100, Michael Ellerman wrote: > The cell IOMMU code no longer needs to save the pte_offset variable > separately, it is incorporated into tbl->it_offset. > > Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> > --- Do this work on spider ? There is a subtle differe

[PATCH 3/8] Remove unused pte_offset variable

2008-02-26 Thread Michael Ellerman
The cell IOMMU code no longer needs to save the pte_offset variable separately, it is incorporated into tbl->it_offset. Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> --- arch/powerpc/platforms/cell/iommu.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/arch/pow