diff options
author | Hendrik Brueckner <brueckner@linux.vnet.ibm.com> | 2017-12-11 14:47:27 +0100 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2018-01-23 07:36:52 +0100 |
commit | 4381f9f12e79436f90b14f326817cb1ed978940d (patch) | |
tree | f90f93f9d4c69eccb9c83c463a09d49da3e204a2 /arch/s390/include/asm/unistd.h | |
parent | s390/syscalls: add Makefile to generate system call header files (diff) | |
download | linux-4381f9f12e79436f90b14f326817cb1ed978940d.tar.xz linux-4381f9f12e79436f90b14f326817cb1ed978940d.zip |
s390/syscalls: use generated syscall_table.h and unistd.h header files
Update the uapi/asm/unistd.h to include the generated compat and
64-bit version of the unistd.h and, as well as, the unistd_nr.h
header file. Also remove the arch/s390/kernel/syscalls.S file
and use the generated system call table, syscall_table.h, instead.
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>
Diffstat (limited to 'arch/s390/include/asm/unistd.h')
-rw-r--r-- | arch/s390/include/asm/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/include/asm/unistd.h b/arch/s390/include/asm/unistd.h index 7807093b73be..fd79c0d35dc4 100644 --- a/arch/s390/include/asm/unistd.h +++ b/arch/s390/include/asm/unistd.h @@ -8,6 +8,7 @@ #define _ASM_S390_UNISTD_H_ #include <uapi/asm/unistd.h> +#include <asm/unistd_nr.h> #define __IGNORE_time #define __IGNORE_pkey_mprotect |