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

From: Benjamin Herrenschmidt
Date: Wed Feb 13 2008 - 17:51:26 EST



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; build tested on pasemi and 44x.
>
> Signed-off-by: Becky Bruce <becky.bruce@xxxxxxxxxxxxx>
> ---
> Folks,
>
> This has been sitting in my tree for a few days, and now it looks like
> David M. has submitted a patch that changes the lmb code to be shared
> between sparc and powerpc. Sparc has no notion of a phys_addr_t.
> Should we just use u64 everywhere in this code instead? Thoughts?

An option would be to use resource_size_t, though it's a bit yucky...

Dave, what do you prefer ?

Ben.


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/