Re: [PATCH v2 04/15] linux-user/sparc: Use TT_TRAP for flush windows

2023-02-15 Thread Philippe Mathieu-Daudé
On 16/2/23 06:45, Richard Henderson wrote: The v9 and pre-v9 code can be unified with this macro. Signed-off-by: Richard Henderson --- linux-user/sparc/cpu_loop.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH v2 04/15] linux-user/sparc: Use TT_TRAP for flush windows

2023-02-15 Thread Richard Henderson
The v9 and pre-v9 code can be unified with this macro. Signed-off-by: Richard Henderson --- linux-user/sparc/cpu_loop.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/linux-user/sparc/cpu_loop.c b/linux-user/sparc/cpu_loop.c index 051a292ce5..e1d08ff204 100644 --- a/l