]> git.baikalelectronics.ru Git - kernel.git/commit
s390/syscalls: add syscalltbl script
authorHendrik Brueckner <brueckner@linux.vnet.ibm.com>
Thu, 7 Dec 2017 14:36:36 +0000 (15:36 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 23 Jan 2018 06:36:51 +0000 (07:36 +0100)
commitfd834e0970efad999df3ea60c581c3d56d6444d2
treea7546596c9b3f660c1612b30a2e71651a986e717
parent857f46bfb07f53dc112d69bdfb137cc5ec3da7c5
s390/syscalls: add syscalltbl script

Introduce the syscalltbl script to read the system call table and
generate respective uapi unistd.h header files.  Also it generates
the contents syscalls.S - the real system call table - which is
included by arch/s390/kernel/entry.S.

Signed-off-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/syscalls/syscalltbl [new file with mode: 0755]