]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
parisc: generate uapi header and system call table files
authorFiroz Khan <firoz.khan@linaro.org>
Mon, 19 Nov 2018 06:34:36 +0000 (12:04 +0530)
committerHelge Deller <deller@gmx.de>
Mon, 10 Dec 2018 07:26:04 +0000 (08:26 +0100)
commit575afc4d7f6040d7227dfcdd29cf0538fe644359
tree96405986061236e61e8b4b0e87ba91dd1d841cf0
parent85e69701f58c9b2ec2975e31518b60e056bfebdf
parisc: generate uapi header and system call table files

System call table generation script must be run to gener-
ate unistd_32/64.h and syscall_table_32/64/c32.h files.
This patch will have changes which will invokes the script.

This patch will generate unistd_32/64.h and syscall_table-
_32/64/c32.h files by the syscall table generation script
invoked by parisc/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/syscall.S file.

Signed-off-by: Firoz Khan <firoz.khan@linaro.org>
Acked-by: Helge Deller <deller@gmx.de>
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/Makefile
arch/parisc/include/asm/Kbuild
arch/parisc/include/uapi/asm/Kbuild
arch/parisc/include/uapi/asm/unistd.h
arch/parisc/kernel/syscall.S
arch/parisc/kernel/syscall_table.S [deleted file]