PCI: Let PCI_MULTITHREAD_PROBE depend on BROKEN

PCI_MULTITHREAD_PROBE is an interesting feature, but in its current state
it seems to be more of a trap for users who accidentally enable it.

This patch lets PCI_MULTITHREAD_PROBE depend on BROKEN for 2.6.19.

The intention is to get this patch reversed in -mm as soon as it's in
Linus' tree, and reverse it for 2.6.20 or 2.6.21 after the fallout of
in-kernel problems PCI_MULTITHREAD_PROBE causes got fixed.

(akpm: I get enough bug reports already)

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by Adrian Bunk and committed by Greg Kroah-Hartman bb44c308 6851ecc6

+1 -1
+1 -1
drivers/pci/Kconfig
··· 19 19 20 20 config PCI_MULTITHREAD_PROBE 21 21 bool "PCI Multi-threaded probe (EXPERIMENTAL)" 22 - depends on PCI && EXPERIMENTAL 22 + depends on PCI && EXPERIMENTAL && BROKEN 23 23 help 24 24 Say Y here if you want the PCI core to spawn a new thread for 25 25 every PCI device that is probed. This can cause a huge