[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>
Mon, 10 Sep 2007 20:25:28 +0000 (21:25 +0100)
commitd4ef9dd33d0f513777409710fd99e016d46c3a85
tree7b88f2523ad11fe66f0d5bb31db2f5d502bee47a
parentfbd0ed37c894759a5868638c3f509e0de864aba5
[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