Re: [PATCH 2/2] Use resource_size_t for serial port IO addresses

2007-02-20 Thread Alan
On Tue, 20 Feb 2007 14:19:51 +1100 (EST) David Gibson <[EMAIL PROTECTED]> wrote: > At present, various parts of the serial code use unsigned long to > define resource addresses. This is a problem, because some 32-bit > platforms have physical addresses larger than 32-bits, and have mmio > serial

[PATCH 2/2] Use resource_size_t for serial port IO addresses

2007-02-19 Thread David Gibson
At present, various parts of the serial code use unsigned long to define resource addresses. This is a problem, because some 32-bit platforms have physical addresses larger than 32-bits, and have mmio serial uarts located above the 4GB point. This patch changes the type of mapbase in both struct