PCI: Let PCI_MULTITHREAD_PROBE depend on BROKEN
authorAdrian Bunk <bunk@stusta.de>
Fri, 27 Oct 2006 23:12:30 +0000 (16:12 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 3 Nov 2006 19:49:04 +0000 (11:49 -0800)
commitbb44c308ee37c14ab63251e27d6d8b4dc73a10a4
treedddf54bf2e8174361fd8c4422fd62192c913861a
parent6851ecc6e2fa4a01449a0fec9f4abd9aec43afde
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>
drivers/pci/Kconfig