Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite
generate_linux_syscalls
to be completely table based
Changes by Arnd Bergmann have migrated all supported architectures to use a table for their syscall lists. This removes the need of calling a C pre-processor and simplifies the logic dramatically.
- Loading branch information