Re: [PATCH 0/5] mips: Sanitize Multi-Threading ASE

2020-12-07 Thread Philippe Mathieu-Daudé
On 12/4/20 11:26 PM, Philippe Mathieu-Daudé wrote: > Reviewing the MIPS code, ASE after ASE. > Time for MT ASE. > > - Introduce/use ase_mt_available() helper to check > if MT ASE is present > - Avoid setting MT specific registers if MT ASE is absent > > Philippe Mathieu-Daudé (5): > target/mi

[PATCH 0/5] mips: Sanitize Multi-Threading ASE

2020-12-04 Thread Philippe Mathieu-Daudé
Reviewing the MIPS code, ASE after ASE. Time for MT ASE. - Introduce/use ase_mt_available() helper to check if MT ASE is present - Avoid setting MT specific registers if MT ASE is absent Philippe Mathieu-Daudé (5): target/mips: Remove mips_def_t unused argument from mvp_init() target/mips: