From: Steffen Klassert Date: Wed, 28 Mar 2012 06:51:03 +0000 (+0200) Subject: crypto: pcrypt - Use the online cpumask as the default X-Git-Tag: v3.4-rc2~41^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbf0ca1bf852fe224cec5400a69cd755ddc4ddcb;p=pandora-kernel.git crypto: pcrypt - Use the online cpumask as the default We use the active cpumask to determine the superset of cpus to use for parallelization. However, the active cpumask is for internal usage of the scheduler and therefore not the appropriate cpumask for these purposes. So use the online cpumask instead. Reported-by: Peter Zijlstra Signed-off-by: Steffen Klassert Signed-off-by: Herbert Xu --- Reading git-diff-tree failed