Re: [PATCH 2/7] Update mpic 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 mpic > code, rather than storing it separately. > > Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> Acked-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]> > --- >

[PATCH 2/7] Update mpic 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 mpic code, rather than storing it separately. Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> --- arch/powerpc/sysdev/mpic.c | 28 +++- include/asm-powerpc/mpic.h |6 -- 2 files changed, 11