Re: [PATCH 2/4] m68k: Replace NR_syscalls macro from asm/unistd.h

2018-09-22 Thread Firoz Khan
Hi Geert, On Thu, 20 Sep 2018 at 14:54, Geert Uytterhoeven wrote: > > Hi Firoz, > > On Thu, Sep 20, 2018 at 10:12 AM Firoz Khan wrote: > > On 18 September 2018 at 15:34, Geert Uytterhoeven > > wrote: > > > On Tue, Sep 18, 2018 at 9:16 AM Firoz Khan wrote: > > >> On 9 August 2018 at 13:00,

Re: [PATCH 2/4] m68k: Replace NR_syscalls macro from asm/unistd.h

2018-09-20 Thread Geert Uytterhoeven
Hi Firoz, On Thu, Sep 20, 2018 at 10:12 AM Firoz Khan wrote: > On 18 September 2018 at 15:34, Geert Uytterhoeven > wrote: > > On Tue, Sep 18, 2018 at 9:16 AM Firoz Khan wrote: > >> On 9 August 2018 at 13:00, Geert Uytterhoeven wrote: > >> > One first comment below... > >> > > >> > On Thu,

Re: [PATCH 2/4] m68k: Replace NR_syscalls macro from asm/unistd.h

2018-09-20 Thread Firoz Khan
Hi Geert, On 18 September 2018 at 15:34, Geert Uytterhoeven wrote: > Hi Firoz, > > On Tue, Sep 18, 2018 at 9:16 AM Firoz Khan wrote: >> On 9 August 2018 at 13:00, Geert Uytterhoeven wrote: >> > One first comment below... >> > >> > On Thu, Aug 9, 2018 at 7:16 AM Firoz Khan wrote: >> >>

Re: [PATCH 2/4] m68k: Replace NR_syscalls macro from asm/unistd.h

2018-09-18 Thread Geert Uytterhoeven
Hi Firoz, On Tue, Sep 18, 2018 at 9:16 AM Firoz Khan wrote: > On 9 August 2018 at 13:00, Geert Uytterhoeven wrote: > > One first comment below... > > > > On Thu, Aug 9, 2018 at 7:16 AM Firoz Khan wrote: > >> NR_syscalls macro holds the number of system call exist in m68k > >> architecture.

Re: [PATCH 2/4] m68k: Replace NR_syscalls macro from asm/unistd.h

2018-09-18 Thread Firoz Khan
On 9 August 2018 at 13:00, Geert Uytterhoeven wrote: > Hi Firoz, > > One first comment below... > > On Thu, Aug 9, 2018 at 7:16 AM Firoz Khan wrote: >> NR_syscalls macro holds the number of system call exist in m68k >> architecture. This macro is currently the part of asm/unistd.h file. >> We

Re: [PATCH 2/4] m68k: Replace NR_syscalls macro from asm/unistd.h

2018-08-09 Thread Geert Uytterhoeven
Hi Firoz, One first comment below... On Thu, Aug 9, 2018 at 7:16 AM Firoz Khan wrote: > NR_syscalls macro holds the number of system call exist in m68k > architecture. This macro is currently the part of asm/unistd.h file. > We have to change the value of NR_syscalls, if we add or delete a >