From: Steven A. Falco Date: Tue, 16 Jun 2009 16:35:00 +0000 (-0400) Subject: pcmcia: Use phys_addr_t for physical addresses X-Git-Tag: v2.6.32-rc1~669^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d80766554322236aee50d6023693b3210b9cf38;p=pandora-kernel.git 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 Signed-off-by: Wolfram Sang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed