diff options
author | Steven A. Falco <sfalco@harris.com> | 2009-06-16 18:35:00 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-15 19:17:15 +0200 |
commit | 1d80766554322236aee50d6023693b3210b9cf38 (patch) | |
tree | bd20bdf677e5e551886673f4f3b74d6681cd8b12 /drivers/pcmcia | |
parent | pcmcia: drivers/pcmcia: Make static (diff) | |
download | linux-1d80766554322236aee50d6023693b3210b9cf38.tar.xz linux-1d80766554322236aee50d6023693b3210b9cf38.zip |
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: Steven A. Falco <sfalco@harris.com>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/pcmcia')
0 files changed, 0 insertions, 0 deletions