diff options
author | Linus Torvalds <torvalds@woody.osdl.org> | 2007-01-06 09:10:37 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2007-01-06 09:10:37 +0100 |
commit | 4497fe1e88cdee984925c2b477e5c73379e00620 (patch) | |
tree | 751a77ef872e242229c3c9968799d7baed0ac952 /drivers | |
parent | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 (diff) | |
parent | [PATCH] PCI: disable PCI_MULTITHREAD_PROBE (diff) | |
download | linux-4497fe1e88cdee984925c2b477e5c73379e00620.tar.xz linux-4497fe1e88cdee984925c2b477e5c73379e00620.zip |
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
* master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6:
[PATCH] PCI: disable PCI_MULTITHREAD_PROBE
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/pci/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index f1dd81a1d592..3cfb0a3575e6 100644 --- a/drivers/pci/Kconfig +++ b/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 |