Re: [PATCH v2] backends: Add set_initial_registers_tid callback for LoongArch

2023-05-09 Thread Mark Wielaard
Hi, On Tue, 2023-05-09 at 19:20 +0800, Youling Tang wrote: > This patch implements the set_initial_registers_tid hook for LoongArch. Thanks for the update. Looks good. Pushed, Mark

[PATCH v2] backends: Add set_initial_registers_tid callback for LoongArch

2023-05-09 Thread Youling Tang
This patch implements the set_initial_registers_tid hook for LoongArch. Signed-off-by: Liwei Ge Signed-off-by: Youling Tang --- backends/ChangeLog | 6 +++ backends/Makefile.am | 2 +- backends/loongarch_init.c| 1 + backends/loongarch_initreg.c | 88 +++