Re: [PATCH 4/7] Update axon_msi to use dcr_host_t.base

2007-10-01 Thread Benjamin Herrenschmidt
On Mon, 2007-09-17 at 16:05 +1000, Michael Ellerman wrote: > Now that dcr_host_t contains the base address, we can use that in the > axon_msi code, rather than storing it separately. > > Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> Acked-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]> > -

[PATCH 4/7] Update axon_msi to use dcr_host_t.base

2007-09-16 Thread Michael Ellerman
Now that dcr_host_t contains the base address, we can use that in the axon_msi code, rather than storing it separately. Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> --- arch/powerpc/platforms/cell/axon_msi.c | 13 ++--- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git