From: Adrian-Ken Rueegsegger Date: Wed, 17 Dec 2008 05:47:52 +0000 (+1100) Subject: crypto: sha512 - Move message schedule W[80] to static percpu area X-Git-Tag: v2.6.29-rc1~589^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9e2bca6c22d75a289a349f869701214d63b5060;p=pandora-kernel.git crypto: sha512 - Move message schedule W[80] to static percpu area The message schedule W (u64[80]) is too big for the stack. In order for this algorithm to be used with shash it is moved to a static percpu area. Signed-off-by: Adrian-Ken Rueegsegger Signed-off-by: Herbert Xu --- Reading git-diff-tree failed