[PATCH 2/2] Use resource_size_t for serial port IO addresses
Alan
alan at lxorguk.ukuu.org.uk
Wed Feb 21 00:06:34 EST 2007
On Tue, 20 Feb 2007 14:19:51 +1100 (EST)
David Gibson <david at gibson.dropbear.id.au> 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 uarts located above the 4GB point.
>
> This patch changes the type of mapbase in both struct uart_port and
> struct plat_serial8250_port to resource_size_t, which can be
> configured to be 64 bits on such platforms. The mapbase in
> serial_struct can't safely be changed, because that structure is user
> visible.
>
> Signed-off-by: David Gibson <dwg at au1.ibm.com>
Acked-by: Alan Cox <alan at redhat.com>
More information about the Linuxppc-dev
mailing list