Re: [PATCH 12/17] csky: convert to generic syscall table

2024-07-14 Thread Guo Ren
On Wed, Jul 10, 2024 at 6:27 PM Arnd Bergmann wrote: > > On Thu, Jul 4, 2024, at 16:36, Arnd Bergmann wrote: > > - > > -#define __NR_set_thread_area (__NR_arch_specific_syscall + 0) > > -__SYSCALL(__NR_set_thread_area, sys_set_thread_area) > > -#define __NR_cacheflush (__NR_arch_speci

Re: [PATCH 12/17] csky: convert to generic syscall table

2024-07-10 Thread Arnd Bergmann
On Thu, Jul 4, 2024, at 16:36, Arnd Bergmann wrote: > - > -#define __NR_set_thread_area (__NR_arch_specific_syscall + 0) > -__SYSCALL(__NR_set_thread_area, sys_set_thread_area) > -#define __NR_cacheflush (__NR_arch_specific_syscall + 1) > -__SYSCALL(__NR_cacheflush, sys_cacheflush) > +

[PATCH 12/17] csky: convert to generic syscall table

2024-07-04 Thread Arnd Bergmann
From: Arnd Bergmann The uapi/asm/unistd_32.h and asm/syscall_table_32.h headers can now be generated from scripts/syscall.tbl, which makes this consistent with the other architectures that have their own syscall.tbl. csky has two architecture specific system calls, which I add to the generic tab