Two bug fixes of MSA registers set handling during context switch. This fixes are respones to multithreading MSA application crash. It was traced to incorrect handling of MSA registers set during thread cloning. See inside. --- Leonid Yegoshin (2): MIPS: MSA: bugfix - disable MSA during thread switch correctly MIPS: MSA: bugfix of keeping MSA live context through clone or fork arch/mips/include/asm/switch_to.h | 1 - arch/mips/kernel/process.c | 1 - arch/mips/kernel/r4k_switch.S | 6 ++++++ 3 files changed, 6 insertions(+), 2 deletions(-) -- Signature