Re: [PATCH 2/3] powerpc: Add system call table generation support

2018-09-25 Thread Michael Ellerman
Arnd Bergmann writes: > On Tue, Sep 25, 2018 at 2:48 AM Michael Ellerman wrote: >> Arnd Bergmann writes: >> > On Tue, Sep 18, 2018 at 2:15 PM Firoz Khan wrote: >> >> On 14 September 2018 at 15:31, Arnd Bergmann wrote: >> >> > On Fri, Sep 14, 2018 at 10:33 AM Firoz Khan >> >> > wrote: >> > >>

Re: [PATCH 2/3] powerpc: Add system call table generation support

2018-09-24 Thread Arnd Bergmann
On Tue, Sep 25, 2018 at 2:48 AM Michael Ellerman wrote: > Arnd Bergmann writes: > > On Tue, Sep 18, 2018 at 2:15 PM Firoz Khan wrote: > >> On 14 September 2018 at 15:31, Arnd Bergmann wrote: > >> > On Fri, Sep 14, 2018 at 10:33 AM Firoz Khan > >> > wrote: > > > > But all three existing archit

Re: [PATCH 2/3] powerpc: Add system call table generation support

2018-09-24 Thread Michael Ellerman
Arnd Bergmann writes: > On Tue, Sep 18, 2018 at 2:15 PM Firoz Khan wrote: >> On 14 September 2018 at 15:31, Arnd Bergmann wrote: >> > On Fri, Sep 14, 2018 at 10:33 AM Firoz Khan wrote: >> > >> >> --- >> >> arch/powerpc/kernel/syscalls/Makefile | 51 >> >> arch/powerpc/kernel/syscal

Re: [PATCH 2/3] powerpc: Add system call table generation support

2018-09-24 Thread Arnd Bergmann
On Tue, Sep 18, 2018 at 2:15 PM Firoz Khan wrote: > > On 14 September 2018 at 15:31, Arnd Bergmann wrote: > > On Fri, Sep 14, 2018 at 10:33 AM Firoz Khan wrote: > > > >> --- > >> arch/powerpc/kernel/syscalls/Makefile | 51 > >> arch/powerpc/kernel/syscalls/syscall_32.tbl | 378 > >>

Re: [PATCH 2/3] powerpc: Add system call table generation support

2018-09-18 Thread Firoz Khan
On 14 September 2018 at 15:31, Arnd Bergmann wrote: > On Fri, Sep 14, 2018 at 10:33 AM Firoz Khan wrote: > >> --- >> arch/powerpc/kernel/syscalls/Makefile | 51 >> arch/powerpc/kernel/syscalls/syscall_32.tbl | 378 >> >> arch/powerpc/kernel/syscalls/sysc

[PATCH 2/3] powerpc: Add system call table generation support

2018-09-14 Thread Firoz Khan
The system call tables are in different format in all architecture and it will be difficult to manually add or modify the system calls in the respective files. To make it easy by keeping a script and which'll generate the header file and syscall table file so this change will unify them across all

Re: [PATCH 2/3] powerpc: Add system call table generation support

2018-09-14 Thread Arnd Bergmann
On Fri, Sep 14, 2018 at 10:33 AM Firoz Khan wrote: > --- > arch/powerpc/kernel/syscalls/Makefile | 51 > arch/powerpc/kernel/syscalls/syscall_32.tbl | 378 > > arch/powerpc/kernel/syscalls/syscall_64.tbl | 372 +++ > arch/powerpc/