Re: [PATCH] target/mips: Remove duplicated check_cp1_enabled() calls in Loongson EXT

2021-08-25 Thread Philippe Mathieu-Daudé
On 8/16/21 2:10 AM, Philippe Mathieu-Daudé wrote: > We already call check_cp1_enabled() earlier in the "pre-conditions" > checks for GSLWXC1 and GSLDXC1 in gen_loongson_lsdc2() prologue. > Remove the duplicated calls. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/tcg/translate.c

Re: [PATCH] target/mips: Remove duplicated check_cp1_enabled() calls in Loongson EXT

2021-08-15 Thread Huacai Chen
Reviewed-by: Huacai Chen On Mon, Aug 16, 2021 at 8:10 AM Philippe Mathieu-Daudé wrote: > > We already call check_cp1_enabled() earlier in the "pre-conditions" > checks for GSLWXC1 and GSLDXC1 in gen_loongson_lsdc2() prologue. > Remove the duplicated calls. > > Signed-off-by: Philippe Mathieu-Dau

[PATCH] target/mips: Remove duplicated check_cp1_enabled() calls in Loongson EXT

2021-08-15 Thread Philippe Mathieu-Daudé
We already call check_cp1_enabled() earlier in the "pre-conditions" checks for GSLWXC1 and GSLDXC1 in gen_loongson_lsdc2() prologue. Remove the duplicated calls. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/translate.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/target/mips