Re: [PATCH 1/5] Update ibm_newemac to use dcr_host_t.base

2007-10-15 Thread Michael Ellerman
On Tue, 2007-10-16 at 06:54 +1000, Benjamin Herrenschmidt wrote: > On Mon, 2007-10-15 at 14:34 -0400, Jeff Garzik wrote: > > Michael Ellerman wrote: > > > Now that dcr_host_t contains the base address, we can use that in the > > > ibm_newemac code, rather than storing it separately. > > > > > > Si

Re: [PATCH 1/5] Update ibm_newemac to use dcr_host_t.base

2007-10-15 Thread Benjamin Herrenschmidt
On Mon, 2007-10-15 at 14:34 -0400, Jeff Garzik wrote: > Michael Ellerman wrote: > > Now that dcr_host_t contains the base address, we can use that in the > > ibm_newemac code, rather than storing it separately. > > > > Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> > > --- > > drivers/net/i

Re: [PATCH 1/5] Update ibm_newemac to use dcr_host_t.base

2007-10-15 Thread Jeff Garzik
Michael Ellerman wrote: > Now that dcr_host_t contains the base address, we can use that in the > ibm_newemac code, rather than storing it separately. > > Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> > --- > drivers/net/ibm_newemac/mal.c |9 + > drivers/net/ibm_newemac/mal.h |

[PATCH 1/5] Update ibm_newemac to use dcr_host_t.base

2007-10-15 Thread Michael Ellerman
Now that dcr_host_t contains the base address, we can use that in the ibm_newemac code, rather than storing it separately. Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> --- drivers/net/ibm_newemac/mal.c |9 + drivers/net/ibm_newemac/mal.h |5 ++--- 2 files changed, 7 inserti