From: Huang Ying Date: Tue, 20 Oct 2009 07:20:47 +0000 (+0900) Subject: crypto: aesni-intel - Fix irq_fpu_usable usage X-Git-Tag: v2.6.32-rc6~122^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13b79b971564ddd0f14e706592472adc8199e912;p=pandora-kernel.git crypto: aesni-intel - Fix irq_fpu_usable usage When renaming kernel_fpu_using to irq_fpu_usable, the semantics of the function is changed too, from mesuring whether kernel is using FPU, that is, the FPU is NOT available, to measuring whether FPU is usable, that is, the FPU is available. But the usage of irq_fpu_usable in aesni-intel_glue.c is not changed accordingly. This patch fixes this. Signed-off-by: Huang Ying Signed-off-by: Herbert Xu --- Reading git-diff-tree failed