Update pci code to use phys_addr_t
authorBecky Bruce <bgill@freescale.com>
Wed, 7 May 2008 18:24:57 +0000 (13:24 -0500)
committerWolfgang Denk <wd@denx.de>
Fri, 9 May 2008 22:59:57 +0000 (00:59 +0200)
commit36f32675f40292002ee1fed252c180a43022d2d4
tree96199a6636af49402ba7ea98dc29a13c0ed9a627
parent91a616741fc128cdb88f39bddcd4d72fe17466d0
Update pci code to use phys_addr_t

Physical addrs need to be represented by phys_addr_t, not
unsigned long.  Otherwise, systems that use CONFIG_PHYS_64BIT
are going to fail mightily.

Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
drivers/pci/pci.c
include/pci.h