[MIPS] PCI: Set need_domain_info if controller domain index is non-zero.
authorRalf Baechle <ralf@linux-mips.org>
Wed, 29 Aug 2007 07:34:39 +0000 (08:34 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 11 Sep 2007 18:03:25 +0000 (19:03 +0100)
commit41f9c78c2e599d3a50cf092eda2d1c2d5962bda8
tree7b88f2523ad11fe66f0d5bb31db2f5d502bee47a
parent28e18a0f691b3737f73ab9033ded6a4da6c31b2f
[MIPS] PCI: Set need_domain_info if controller domain index is non-zero.

This fixes this little funny:

bigsur:/proc/bus/pci# ls -l
total 0
dr-xr-xr-x    2 root     root            0 Aug 28 19:31 00
dr-xr-xr-x    2 root     root            0 Aug 28 19:31 00
dr-xr-xr-x    2 root     root            0 Aug 28 19:31 01
dr-xr-xr-x    2 root     root            0 Aug 28 19:31 03
-r--r--r--    1 root     root            0 Aug 28 19:31 devices

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/pci/pci.c