Re: [BUGFIX] Fix irq_fpu_usable usage in aesni

2009-10-20 Thread Herbert Xu
On Mon, Oct 19, 2009 at 10:00:17AM +0800, Huang Ying wrote: > 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 a

[BUGFIX] Fix irq_fpu_usable usage in aesni

2009-10-18 Thread Huang Ying
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