Commit f5b3166
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
2 files changed
+474
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments