From: Frank Seidel Date: Sun, 29 Mar 2009 07:18:39 +0000 (+0800) Subject: crypto: tcrypt - Reduce stack size X-Git-Tag: v2.6.31-rc1~352^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=376bacb0a26bca722981d1610ffb76f951572bb1;p=pandora-kernel.git crypto: tcrypt - Reduce stack size Applying kernel janitors todos (printk calls need KERN_* constants on linebeginnings, reduce stack footprint where possible) to tcrypts test_hash_speed (where stacks memory footprint was very high (on i386 1184 bytes to 160 now). Signed-off-by: Frank Seidel Acked-by: Neil Horman Signed-off-by: Herbert Xu --- Reading git-diff-tree failed