Re: [PATCH V3 16/17] riscv: compat: Add COMPAT Kbuild skeletal support

2022-01-20 Thread Arnd Bergmann
On Thu, Jan 20, 2022 at 8:39 AM wrote: > > From: Guo Ren > > Adds initial skeletal COMPAT Kbuild (Runing 32bit U-mode on 64bit > S-mode) support. > - Setup kconfig & dummy functions for compiling. > - Implement compat_start_thread by the way. > > Signed-off-by: Guo Ren > Signed-off-by: Guo Ren

[PATCH V3 16/17] riscv: compat: Add COMPAT Kbuild skeletal support

2022-01-19 Thread guoren
From: Guo Ren Adds initial skeletal COMPAT Kbuild (Runing 32bit U-mode on 64bit S-mode) support. - Setup kconfig & dummy functions for compiling. - Implement compat_start_thread by the way. Signed-off-by: Guo Ren Signed-off-by: Guo Ren Cc: Arnd Bergmann --- arch/riscv/Kconfig | 19