On Mon, Aug 03, 2015 at 08:49:30AM -0700, Paul Burton wrote: > Rather than saving the scalar FP or vector context in the assembly > resume function, reuse the existing C code we have in fpu.h to do > exactly that. This reduces duplication, results in a much easier to read > resume function & should allow the compiler to optimise out more MSA > code due to is_msa_enabled()/cpu_has_msa being known-zero at compile > time for kernels without MSA support. > > Signed-off-by: Paul Burton <paul.burton@xxxxxxxxxx> Thanks, applied. Ralf