Re: [PATCH 5/5] backends: Add core_note callback for LoongArch

2023-05-08 Thread Mark Wielaard
On Fri, Apr 07, 2023 at 10:59:28AM +0800, Youling Tang wrote: > +2023-04-07 Youling Tang > + > + * Makefile.am (loongarch_SRCS): Add loongarch_corenote.c. > + * loongarch_init.c (loongarch_init): Hook core_note. > + * loongarch_corenote.c: New file. This looks correct after a quick

[PATCH 5/5] backends: Add core_note callback for LoongArch

2023-04-06 Thread Youling Tang
Signed-off-by: Youling Tang --- backends/ChangeLog| 6 ++ backends/Makefile.am | 2 +- backends/loongarch_corenote.c | 114 ++ backends/loongarch_init.c | 1 + 4 files changed, 122 insertions(+), 1 deletion(-) create mode 100644 back