Re: [PATCH v3] MIPS: tidy up FPU context switching

From: Ralf Baechle
Date: Mon Aug 03 2015 - 12:05:59 EST


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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/