Skip to content

Commit f5b3166

Browse files
committed
arch: add an automatically generated syscall table in CSV format
Later patches will make use of this new syscall table format instead of the manually maintained tables. The new CSV syscall table was generated with the following command: # ./arch-syscall-validate -c <kernel_source_dir> > syscalls.csv Reviewed-by: Tom Hromatka <[email protected]> Signed-off-by: Paul Moore <[email protected]>
1 parent e2216e7 commit f5b3166

File tree

2 files changed

+474
-1
lines changed

2 files changed

+474
-1
lines changed

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ SOURCES_ALL = \
4646
arch-s390.h arch-s390.c arch-s390-syscalls.c \
4747
arch-s390x.h arch-s390x.c arch-s390x-syscalls.c
4848

49-
EXTRA_DIST = arch-syscall-validate
49+
EXTRA_DIST = arch-syscall-validate syscalls.csv
5050

5151
TESTS = arch-syscall-check
5252

0 commit comments

Comments
 (0)