From: Tejun Heo Date: Tue, 4 Jan 2011 04:38:44 +0000 (+1100) Subject: crypto: mark crypto workqueues CPU_INTENSIVE X-Git-Tag: v2.6.38-rc1~238^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c73b7d02da9bfb4fadafc118a24ee868708839b6;p=pandora-kernel.git crypto: mark crypto workqueues CPU_INTENSIVE kcrypto_wq and pcrypt->wq's are used to run ciphers and may consume considerable amount of CPU cycles. Mark both as CPU_INTENSIVE so that they don't block other work items. As the workqueues are primarily used to burn CPU cycles, concurrency levels shouldn't matter much and are left at 1. A higher value may be beneficial and needs investigation. Signed-off-by: Tejun Heo Signed-off-by: Herbert Xu --- Reading git-diff-tree failed