X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Farm%2Fkernel%2Fbios32.c;h=c6273a3bfc253b01ea7fb1fe3d839b789887e47b;hb=1756ac3d3c41341297ea25b818b7fce505bb2a9a;hp=bd397e0b663e4565f16b4ebd8869f2f64c01971f;hpb=cfc94b2c9ac603b20db54225408df6ed80188dcd;p=pandora-kernel.git diff --git a/arch/arm/kernel/bios32.c b/arch/arm/kernel/bios32.c index bd397e0b663e..c6273a3bfc25 100644 --- a/arch/arm/kernel/bios32.c +++ b/arch/arm/kernel/bios32.c @@ -527,6 +527,9 @@ static void __init pcibios_init_hw(struct hw_pci *hw) if (!sys) panic("PCI: unable to allocate sys data!"); +#ifdef CONFIG_PCI_DOMAINS + sys->domain = hw->domain; +#endif sys->hw = hw; sys->busnr = busnr; sys->swizzle = hw->swizzle;