From akpm@osdl.org Fri Oct 27 16:33:57 2006 Date: Fri, 27 Oct 2006 16:12:30 -0700 From: Adrian Bunk Subject: PCI: Let PCI_MULTITHREAD_PROBE depend on BROKEN To: mm-commits@vger.kernel.org Cc: bunk@stusta.de, alan@lxorguk.ukuu.org.uk, greg@kroah.com Message-Id: <200610272312.k9RNCUES007836@shell0.pdx.osdl.net> From: Adrian Bunk 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 Cc: Alan Cox Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- drivers/pci/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- gregkh-2.6.orig/drivers/pci/Kconfig +++ gregkh-2.6/drivers/pci/Kconfig @@ -19,7 +19,7 @@ config PCI_MSI config PCI_MULTITHREAD_PROBE bool "PCI Multi-threaded probe (EXPERIMENTAL)" - depends on PCI && EXPERIMENTAL + depends on PCI && EXPERIMENTAL && BROKEN help Say Y here if you want the PCI core to spawn a new thread for every PCI device that is probed. This can cause a huge