Re: [PATCH v2 0/5] System call table generation support

2018-09-24 Thread Geert Uytterhoeven
On Thu, Sep 20, 2018 at 5:06 PM Firoz Khan wrote: > The purpose of this patch series is: > 1. We can easily add/modify/delete system call by changing entry > in syscall.tbl file. No need to manually edit many files. > > 2. It is easy to unify the system call implementation across all > the

Re: [PATCH v2 0/5] System call table generation support

2018-09-23 Thread Firoz Khan
Hi Greg, On Mon, 24 Sep 2018 at 06:38, Greg Ungerer wrote: > > Hi Firoz, > > On 21/09/18 01:06, Firoz Khan wrote: > > The purpose of this patch series is: > > 1. We can easily add/modify/delete system call by changing entry > > in syscall.tbl file. No need to manually edit many files. > > > > 2.

Re: [PATCH v2 0/5] System call table generation support

2018-09-23 Thread Greg Ungerer
Hi Firoz, On 21/09/18 01:06, Firoz Khan wrote: The purpose of this patch series is: 1. We can easily add/modify/delete system call by changing entry in syscall.tbl file. No need to manually edit many files. 2. It is easy to unify the system call implementation across all the architectures.