Re: [PATCH 07/16] LoongArch: lib: General routines

2024-06-18 Thread Jiaxun Yang
在2024年6月16日六月 下午5:00,Heinrich Schuchardt写道: [...] > The "LoongArch Reference Manual" is available at: > > https://loongson.github.io/LoongArch-Documentation/LoongArch-Vol1-EN.html#_cacop > > What irritates me in > 2.1.7.1. Cache Coherency Maintenance of Instruction Cache > is the word *can*: > >

Re: [PATCH 07/16] LoongArch: lib: General routines

2024-06-16 Thread Heinrich Schuchardt
On 6/16/24 15:06, Jiaxun Yang wrote: 在2024年6月16日六月 下午12:01,Heinrich Schuchardt写道: On 5/22/24 17:34, Jiaxun Yang wrote: Add some common library routines for the architecture. Signed-off-by: Jiaxun Yang --- arch/loongarch/lib/Makefile | 7 arch/loongarch/lib/asm-offsets.c | 66

Re: [PATCH 07/16] LoongArch: lib: General routines

2024-06-16 Thread Jiaxun Yang
在2024年6月16日六月 下午12:01,Heinrich Schuchardt写道: > On 5/22/24 17:34, Jiaxun Yang wrote: >> Add some common library routines for the architecture. >> >> Signed-off-by: Jiaxun Yang >> --- >> arch/loongarch/lib/Makefile | 7 >> arch/loongarch/lib/asm-offsets.c | 66 ++

Re: [PATCH 07/16] LoongArch: lib: General routines

2024-06-16 Thread Heinrich Schuchardt
On 5/22/24 17:34, Jiaxun Yang wrote: Add some common library routines for the architecture. Signed-off-by: Jiaxun Yang --- arch/loongarch/lib/Makefile | 7 arch/loongarch/lib/asm-offsets.c | 66 arch/loongarch/lib/boot.c| 14

[PATCH 07/16] LoongArch: lib: General routines

2024-05-22 Thread Jiaxun Yang
Add some common library routines for the architecture. Signed-off-by: Jiaxun Yang --- arch/loongarch/lib/Makefile | 7 arch/loongarch/lib/asm-offsets.c | 66 arch/loongarch/lib/boot.c| 14 arch/loongarch/lib/cache.c | 73