Re: [PATCH v2 4/4] linux-user, openrisc: sync syscall numbers with kernel v5.5

2020-03-15 Thread Richard Henderson
On 3/14/20 4:39 AM, Laurent Vivier wrote: > Use helper script scripts/gensyscalls.sh to generate the file. > > Add TARGET_NR_or1k_atomic > Remove useless comments and blank lines. > Define diretly the __NR_XXX64 syscalls rather than using the > intermediate __NR3264 definition. > > Remove wrong c

[PATCH v2 4/4] linux-user, openrisc: sync syscall numbers with kernel v5.5

2020-03-14 Thread Laurent Vivier
Use helper script scripts/gensyscalls.sh to generate the file. Add TARGET_NR_or1k_atomic Remove useless comments and blank lines. Define diretly the __NR_XXX64 syscalls rather than using the intermediate __NR3264 definition. Remove wrong cut'n'paste (like "#ifdef __ARCH_WANT_SYNC_FILE_RANGE2") A