commit | 1d80766554322236aee50d6023693b3210b9cf38 | [log] [tgz] |
---|---|---|
author | Steven A. Falco <sfalco@harris.com> | Tue Jun 16 12:35:00 2009 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Sep 15 10:17:15 2009 -0700 |
tree | bd20bdf677e5e551886673f4f3b74d6681cd8b12 | |
parent | a0779327d25bc74a50b23136e278dba24c628741 [diff] |
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>