···126126 * Setup an Address Translation Entry as specified. Use either the Bridge127127 * internal maps or the external map RAM, as appropriate.128128 */129129-static inline u64 *pcibr_ate_addr(struct pcibus_info *pcibus_info,129129+static inline u64 __iomem *pcibr_ate_addr(struct pcibus_info *pcibus_info,130130 int ate_index)131131{132132 if (ate_index < pcibus_info->pbi_int_ate_size) {
···5353 u64 ct_start; /* coretalk start address */5454 u64 pci_start; /* bus start address */55555656- u64 *ate_hw; /* hw ptr of first ate in map */5656+ u64 __iomem *ate_hw;/* hw ptr of first ate in map */5757 u64 *ate_shadow; /* shadow ptr of firat ate */5858 u16 ate_count; /* # ate's in the map */5959};