aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/kernel/syscalls/syscalltbl
AgeCommit message (Collapse)AuthorFilesLines
2018-01-23s390/syscalls: add syscalltbl scriptHendrik Brueckner1-0/+232
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 <[email protected]> Acked-by: Heiko Carstens <[email protected]> Signed-off-by: Martin Schwidefsky <[email protected]>