commit | 9cc719ab3f4f639d629ac8ff09e9b998bc006f68 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Sat May 23 01:20:19 2015 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Jun 10 11:24:53 2015 +0200 |
tree | de4114198eb5dc0c3a55275931aceaf99a448e69 | |
parent | d9fb5660459819513d510e72caa3120a7cf41ee1 [diff] |
MIPS: MSA: bugfix - disable MSA correctly for new threads/processes. Due to the slightly odd way that new threads and processes start execution when scheduled for the very first time they were bypassing the required disable_msa call. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>