From: Christoph Lameter Date: Sat, 3 Oct 2009 10:48:23 +0000 (+0900) Subject: this_cpu: Use this_cpu_ptr in crypto subsystem X-Git-Tag: v2.6.33-rc1~288^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b44f4861f4cc1089424821f078d38441f8b4983;p=pandora-kernel.git this_cpu: Use this_cpu_ptr in crypto subsystem Just a slight optimization that removes one array lookup. The processor number is needed for other things as well so the get/put_cpu cannot be removed. Acked-by: Tejun Heo Cc: Huang Ying Signed-off-by: Christoph Lameter Signed-off-by: Tejun Heo --- Reading git-diff-tree failed