]> git.baikalelectronics.ru Git - kernel.git/commit
ia64: generate uapi header and system call table files
authorFiroz Khan <firoz.khan@linaro.org>
Tue, 13 Nov 2018 06:57:45 +0000 (12:27 +0530)
committerTony Luck <tony.luck@intel.com>
Tue, 13 Nov 2018 16:56:25 +0000 (08:56 -0800)
commit8636172e05cfd6c4437aeb4c5d1bf75476844264
tree26be989ecb78ecf1e9c9e83e4f10faa9cdb78e8a
parentf7e76d17d4a80ff9af05f6479818133b3e146fe7
ia64: generate uapi header and system call table files

System call table generation script must be run to gener-
ate unistd_64.h and syscall_table.h files. This patch will
have changes which will invokes the script.

This patch will generate unistd_64.h and syscall_table.h
files by the syscall table generation script invoked by
ia64/Makefile and the generated files against the removed
files must be identical.

The generated uapi header file will be included in uapi/-
asm/unistd.h and generated system call table header file
will be included by kernel/entry.S file.

Signed-off-by: Firoz Khan <firoz.khan@linaro.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/Makefile
arch/ia64/include/asm/Kbuild
arch/ia64/include/uapi/asm/Kbuild
arch/ia64/include/uapi/asm/unistd.h
arch/ia64/kernel/entry.S