Make it easier to add syscalls for another architecture.

Much of the per-architecture duplication can be removed, so let's do so
before we add the 64-bit architectures.

Change-Id: Ieb796503c8e5353ea38c3bab768bb9a690c9a767
This commit is contained in:
Elliott Hughes
2013-09-25 22:43:36 -07:00
parent a1c1a3344d
commit d612165c67
6 changed files with 59 additions and 104 deletions

View File

@@ -1,5 +1,5 @@
# auto-generated by gensyscalls.py, do not touch
syscall_src :=
# Auto-generated by gensyscalls.py. Do not edit.
syscall_src :=
syscall_src += arch-arm/syscalls/_exit.S
syscall_src += arch-arm/syscalls/_exit_thread.S
syscall_src += arch-arm/syscalls/__fork.S