criu/arch
Alexander Kartashov d305fb1306 arm: refactor the syscall glue to support ARMv6
This patch modifies the ARM syscall glue as follows:

* the macros syscallX that produce different code
  for syscalls with different number of arguments
  are replaced by the generic syscall thunk copied
  from libc;

* the syscall tables generation script is simplified
  since the syscall argument number analysis is redundant;

* the ARMv7 specific instruction MOVW is eliminated.

Signed-off-by: Alexander Kartashov <alekskartashov@parallels.com>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2013-07-10 15:57:26 +04:00
..
arm arm: refactor the syscall glue to support ARMv6 2013-07-10 15:57:26 +04:00
x86 syscalls -- Add sys_sigaltstack 2013-07-09 20:14:39 +04:00