On Tue, Sep 4, 2018 at 6:42 AM Firoz Khan <firoz.khan@xxxxxxxxxx> wrote: > > System call table generation script must be run to generate > unistd_32/64.h and syscall_table_32/64/c32.h files. This patch > will have changes which will invokes the script. > > This patch will generate unistd_32/64.h and syscall_table_ > 32/64/c32.h files by the syscall table generation script > invoked by arch/sparc/Makefile and the generated files against > the removed files will be identical. > > The generated uapi header file will be included in uapi/asm/ > unistd_32/64.h and generated system call table support file will > be included by arch/sparc/kernel/syscall_table_32/64.S file. These changes all look good to me. Arnd