Re: [PATCH-for-8.0 4/5] cpu: Move cpu_abort() to common code

2022-11-30 Thread Richard Henderson
On 11/30/22 05:52, Philippe Mathieu-Daudé wrote: This code is not target-specific. Signed-off-by: Philippe Mathieu-Daudé --- cpu.c | 38 -- cpus-common.c | 38 ++ 2 files changed, 38 insertions(+), 38 deletions(

[PATCH-for-8.0 4/5] cpu: Move cpu_abort() to common code

2022-11-30 Thread Philippe Mathieu-Daudé
This code is not target-specific. Signed-off-by: Philippe Mathieu-Daudé --- cpu.c | 38 -- cpus-common.c | 38 ++ 2 files changed, 38 insertions(+), 38 deletions(-) diff --git a/cpu.c b/cpu.c index 385e72e140..d6936