]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitcf649c8cd715071d0b02df12871eb73d12d58bc3
tree7b88f2523ad11fe66f0d5bb31db2f5d502bee47a
parente9c11daba96b38b923d7b4811a020acc91a491d3
[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