Re: [RFC/PATCH] [POWERPC] Make lmb support large physical addressing

2008-02-13 Thread David Miller
From: Benjamin Herrenschmidt <[EMAIL PROTECTED]> Date: Thu, 14 Feb 2008 09:50:42 +1100 > > On Wed, 2008-02-13 at 16:43 -0600, Becky Bruce wrote: > > Convert the lmb code to use phys_addr_t instead of unsigned long for > > physical addresses and sizes. This is needed to support large amounts > >

Re: [RFC/PATCH] [POWERPC] Make lmb support large physical addressing

2008-02-13 Thread Benjamin Herrenschmidt
On Wed, 2008-02-13 at 16:43 -0600, Becky Bruce wrote: > Convert the lmb code to use phys_addr_t instead of unsigned long for > physical addresses and sizes. This is needed to support large amounts > of RAM on 32-bit systems that support 36-bit physical addressing. > > Built/booted on mpc8641; bu

[RFC/PATCH] [POWERPC] Make lmb support large physical addressing

2008-02-13 Thread Becky Bruce
Convert the lmb code to use phys_addr_t instead of unsigned long for physical addresses and sizes. This is needed to support large amounts of RAM on 32-bit systems that support 36-bit physical addressing. Built/booted on mpc8641; build tested on pasemi and 44x. Signed-off-by: Becky Bruce <[EMAIL