Re: [PATCH v3 3/5] m68k: add system call table generation support

2018-10-01 Thread Finn Thain
On Mon, 1 Oct 2018, Firoz Khan wrote: > --- /dev/null > +++ b/arch/m68k/kernel/syscalls/syscallhdr.sh > @@ -0,0 +1,35 @@ > +#!/bin/sh That's not accurate. These are bash scripts, not Bourne shell. If you run 'checkbashisms', you'll see that a few small changes are needed in order to gain

[PATCH v3 3/5] m68k: add system call table generation support

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