Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git...
[cascardo/linux.git] / drivers / edac / wq.c
index 1b8c07e..2a9a11a 100644 (file)
@@ -27,7 +27,7 @@ EXPORT_SYMBOL_GPL(edac_stop_work);
 
 int edac_workqueue_setup(void)
 {
-       wq = create_singlethread_workqueue("edac-poller");
+       wq = alloc_ordered_workqueue("edac-poller", WQ_MEM_RECLAIM);
        if (!wq)
                return -ENODEV;
        else