summaryrefslogtreecommitdiffstats
path: root/drivers/edac/wq.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/edac/wq.c')
-rw-r--r--drivers/edac/wq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/wq.c b/drivers/edac/wq.c
index 1b8c07e..2a9a11a 100644
--- a/drivers/edac/wq.c
+++ b/drivers/edac/wq.c
@@ -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
OpenPOWER on IntegriCloud