Re: [RFC/PATCH 1/9] powerpc: Make isa_mem_base common to 32 and 64 bits

2007-11-19 Thread Benjamin Herrenschmidt
On Mon, 2007-11-19 at 11:32 +0100, Christoph Hellwig wrote: > On Mon, Nov 19, 2007 at 07:25:00PM +1100, Benjamin Herrenschmidt wrote: > > +/* ISA Memory physical address (or 0 if none) */ > > +resource_size_t isa_mem_base= 0; > > No need to initialize this. True. I copy/pasted as-is but you

Re: [RFC/PATCH 1/9] powerpc: Make isa_mem_base common to 32 and 64 bits

2007-11-19 Thread Christoph Hellwig
On Mon, Nov 19, 2007 at 07:25:00PM +1100, Benjamin Herrenschmidt wrote: > +/* ISA Memory physical address (or 0 if none) */ > +resource_size_t isa_mem_base= 0; No need to initialize this. ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https:/

[RFC/PATCH 1/9] powerpc: Make isa_mem_base common to 32 and 64 bits

2007-11-19 Thread Benjamin Herrenschmidt
This defines isa_mem_base on both 32 and 64 bits (it used to be 32 bits only). This avoids a few ifdef's in later patches and potentially can allow support for VGA text mode on 64 bits powerpc. Signed-off-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]> --- Small cleanup pre-requisite for my next p