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