]> git.karo-electronics.de Git - mv-sheeva.git/commit
x86: Machine-readable syscall tables and scripts to process them
authorH. Peter Anvin <hpa@linux.intel.com>
Fri, 11 Nov 2011 23:55:49 +0000 (15:55 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 17 Nov 2011 21:35:36 +0000 (13:35 -0800)
commitd181764ccf6207e02abb95fb3052639b947f4833
treecd37381b20d437d5d352a07b20fd4a01d332759b
parentd5e553d6e0a4bdea43adae7373e3fa144b9a1aaa
x86: Machine-readable syscall tables and scripts to process them

Create a simple set of syscall tables and scripts to turn them into
both header files (unistd_*.h) and macros for generating the system
call tables.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/syscalls/Makefile [new file with mode: 0644]
arch/x86/syscalls/syscall_32.tbl [new file with mode: 0644]
arch/x86/syscalls/syscall_64.tbl [new file with mode: 0644]
arch/x86/syscalls/syscallhdr.sh [new file with mode: 0644]
arch/x86/syscalls/syscalltbl.sh [new file with mode: 0644]