Skip to content
Commit 1d807665 authored by Steven A. Falco's avatar Steven A. Falco Committed by Greg Kroah-Hartman
Browse files

pcmcia: Use phys_addr_t for physical addresses



Physical addresses are currently represented as int or long types.
However, this does not work for processors like the PPC440EPx, which
is a 32-bit processor with a 36-bit address space.  This patch uses
the phys_addr_t type, which correctly holds a 36-bit address on
this processor.

Signed-off-by: default avatarSteven A. Falco <sfalco@harris.com>
Signed-off-by: default avatarWolfram Sang <w.sang@pengutronix.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent a0779327
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment