Re: [PATCH v4 3/6] parisc: add system call table generation support

2018-10-14 Thread Firoz Khan
Hi Eike, On Mon, 15 Oct 2018 at 10:47, Rolf Eike Beer wrote: > > Firoz Khan wrote: > > Hi Rolf, > > > > On Fri, 12 Oct 2018 at 17:37, Rolf Eike Beer wrote: > > > Firoz Khan wrote: > > > > > +prefix="$4" > > > > +offset="$5" > > > > + > > > > +fileguard=_UAPI_ASM_PARISC_`basename "$out" | sed \ >

[PATCH v4 3/6] parisc: add system call table generation support

2018-10-12 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