Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

PCI: Let PCI_MULTITHREAD_PROBE not be broken

It's not really broken, but people keep running into other problems
caused by it. Re-enable it so that the drivers get stress tested.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

+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 && BROKEN 22 + depends on PCI && EXPERIMENTAL 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