aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/ata/libata-core.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index dc72690ed5db..22ff51bdbc8a 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -6616,6 +6616,13 @@ static int __init ata_init(void)
6616{ 6616{
6617 ata_parse_force_param(); 6617 ata_parse_force_param();
6618 6618
6619 /*
6620 * FIXME: In UP case, there is only one workqueue thread and if you
6621 * have more than one PIO device, latency is bloody awful, with
6622 * occasional multi-second "hiccups" as one PIO device waits for
6623 * another. It's an ugly wart that users DO occasionally complain
6624 * about; luckily most users have at most one PIO polled device.
6625 */
6619 ata_wq = create_workqueue("ata"); 6626 ata_wq = create_workqueue("ata");
6620 if (!ata_wq) 6627 if (!ata_wq)
6621 goto free_force_tbl; 6628 goto free_force_tbl;