X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=crypto%2Fpcrypt.c;h=29a89dad68b664b0dcfefdf29a19631904b21e3f;hb=a5db219f4cf9f67995eabd53b81a1232c82f5852;hp=75586f1f86e7b27632b1250b2e4572135bf03e1c;hpb=82cc4f5cb8be6dede34c32a814ab1470409e1840;p=deliverable%2Flinux.git diff --git a/crypto/pcrypt.c b/crypto/pcrypt.c index 75586f1f86e7..29a89dad68b6 100644 --- a/crypto/pcrypt.c +++ b/crypto/pcrypt.c @@ -455,7 +455,8 @@ static int pcrypt_init_padata(struct padata_pcrypt *pcrypt, get_online_cpus(); - pcrypt->wq = create_workqueue(name); + pcrypt->wq = alloc_workqueue(name, + WQ_MEM_RECLAIM | WQ_CPU_INTENSIVE, 1); if (!pcrypt->wq) goto err;