Re: [PATCH v3 4/6] parisc: uapi header and system call table file generation

2018-10-11 Thread Firoz Khan
Hi Helge, On Thu, 11 Oct 2018 at 15:57, Helge Deller wrote: > > On 11.10.2018 08:48, Firoz Khan wrote: > > Hi Helge, > > > > On Thu, 11 Oct 2018 at 11:40, Firoz Khan wrote: > >> > >> Hi Helge, > >> > >> On Wed, 10 Oct 2018 at 01:48, Helge Deller wrote: > >>> > >>> * Firoz Khan : > System c

Re: [PATCH v3 4/6] parisc: uapi header and system call table file generation

2018-10-11 Thread Helge Deller
On 11.10.2018 08:48, Firoz Khan wrote: > Hi Helge, > > On Thu, 11 Oct 2018 at 11:40, Firoz Khan wrote: >> >> Hi Helge, >> >> On Wed, 10 Oct 2018 at 01:48, Helge Deller wrote: >>> >>> * Firoz Khan : System call table generation script must be run to generate unistd_32/64.h and syscall_t

Re: [PATCH v3 4/6] parisc: uapi header and system call table file generation

2018-10-11 Thread Firoz Khan
Hi Arnd, On Thu, 11 Oct 2018 at 12:37, Arnd Bergmann wrote: > > On Thu, Oct 11, 2018 at 8:10 AM Firoz Khan wrote: > > On Wed, 10 Oct 2018 at 01:48, Helge Deller wrote: > > > > > > * Firoz Khan : > > > > System call table generation script must be run to generate > > > > unistd_32/64.h and sysca

Re: [PATCH v3 4/6] parisc: uapi header and system call table file generation

2018-10-11 Thread Arnd Bergmann
On Thu, Oct 11, 2018 at 8:10 AM Firoz Khan wrote: > On Wed, 10 Oct 2018 at 01:48, Helge Deller wrote: > > > > * Firoz Khan : > > > 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 in

Re: [PATCH v3 4/6] parisc: uapi header and system call table file generation

2018-10-11 Thread Arnd Bergmann
On Thu, Oct 11, 2018 at 8:48 AM Firoz Khan wrote: > On Thu, 11 Oct 2018 at 11:40, Firoz Khan wrote: > > On Wed, 10 Oct 2018 at 01:48, Helge Deller wrote: > > > + > > > +ENTRY(sys_call_table) > > > +#if defined(CONFIG_64BIT) > > > +#include /* compat syscalls */ > > > +#else > > > +#include

Re: [PATCH v3 4/6] parisc: uapi header and system call table file generation

2018-10-10 Thread Firoz Khan
Hi Helge, On Thu, 11 Oct 2018 at 11:40, Firoz Khan wrote: > > Hi Helge, > > On Wed, 10 Oct 2018 at 01:48, Helge Deller wrote: > > > > * Firoz Khan : > > > 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 h

Re: [PATCH v3 4/6] parisc: uapi header and system call table file generation

2018-10-10 Thread Firoz Khan
Typo fixed! On Thu, 11 Oct 2018 at 11:40, Firoz Khan wrote: > > Hi Helge, > > On Wed, 10 Oct 2018 at 01:48, Helge Deller wrote: > > > > * Firoz Khan : > > > 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

Re: [PATCH v3 4/6] parisc: uapi header and system call table file generation

2018-10-10 Thread Firoz Khan
Hi Helge, On Wed, 10 Oct 2018 at 01:48, Helge Deller wrote: > > * Firoz Khan : > > 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 u