|
@@ -39,8 +39,6 @@ u32 iop13xx_atue_mem_base;
|
|
u32 iop13xx_atux_mem_base;
|
|
u32 iop13xx_atux_mem_base;
|
|
size_t iop13xx_atue_mem_size;
|
|
size_t iop13xx_atue_mem_size;
|
|
size_t iop13xx_atux_mem_size;
|
|
size_t iop13xx_atux_mem_size;
|
|
-unsigned long iop13xx_pcibios_min_io = 0;
|
|
|
|
-unsigned long iop13xx_pcibios_min_mem = 0;
|
|
|
|
|
|
|
|
EXPORT_SYMBOL(iop13xx_atue_mem_base);
|
|
EXPORT_SYMBOL(iop13xx_atue_mem_base);
|
|
EXPORT_SYMBOL(iop13xx_atux_mem_base);
|
|
EXPORT_SYMBOL(iop13xx_atux_mem_base);
|
|
@@ -971,7 +969,8 @@ void __init iop13xx_pci_init(void)
|
|
__raw_writel(__raw_readl(IOP13XX_XBG_BECSR) & 3, IOP13XX_XBG_BECSR);
|
|
__raw_writel(__raw_readl(IOP13XX_XBG_BECSR) & 3, IOP13XX_XBG_BECSR);
|
|
|
|
|
|
/* Setup the Min Address for PCI memory... */
|
|
/* Setup the Min Address for PCI memory... */
|
|
- iop13xx_pcibios_min_mem = IOP13XX_PCIX_LOWER_MEM_BA;
|
|
|
|
|
|
+ pcibios_min_io = 0;
|
|
|
|
+ pcibios_min_mem = IOP13XX_PCIX_LOWER_MEM_BA;
|
|
|
|
|
|
/* if Linux is given control of an ATU
|
|
/* if Linux is given control of an ATU
|
|
* clear out its prior configuration,
|
|
* clear out its prior configuration,
|