diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-03-27 03:02:51 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-05-02 19:02:38 -0700 |
commit | 5adc55da4a7758021bcc374904b0f8b076508a11 (patch) | |
tree | 41f113f25532c3ffc1e3194114fbc68d67ce2001 /Documentation/pci.txt | |
parent | 032de8e2fe3c0eec5fb0ffe4d38aa602dad397dc (diff) |
PCI: remove the broken PCI_MULTITHREAD_PROBE option
This patch removes the PCI_MULTITHREAD_PROBE option that had already
been marked as broken.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation/pci.txt')
-rw-r--r-- | Documentation/pci.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/pci.txt b/Documentation/pci.txt index a8ded1a8bd6..40c4717d236 100644 --- a/Documentation/pci.txt +++ b/Documentation/pci.txt @@ -124,10 +124,6 @@ initialization with a pointer to a structure describing the driver err_handler See Documentation/pci-error-recovery.txt - multithread_probe Enable multi-threaded probe/scan. Driver must - provide its own locking/syncronization for init - operations if this is enabled. - The ID table is an array of struct pci_device_id entries ending with an all-zero entry. Each entry consists of: |