criu/arch/arm
Alexander Kartashov 01c7a87988 asm: convert the ARM implementation of bit operations to the reference
The implementation of bit operations for ARM isn't actually
architecture-specific so it would rather be shared with
the upcoming port for AArch64 that won't provide optimized
implementation of bit operations.

Signed-off-by: Alexander Kartashov <alekskartashov@parallels.com>
Reviewed-by: Christopher Covington <cov@codeaurora.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2014-03-12 00:18:03 +04:00
..
include/asm asm: convert the ARM implementation of bit operations to the reference 2014-03-12 00:18:03 +04:00
cpu.c arm: added CPU-specific header inclusion 2013-02-20 14:54:42 +04:00
crtools.c headers: Move ERESTART codes to errno.h 2013-11-14 22:22:21 +04:00
Makefile arm: prepare syscall table generation scripts to be shared with AArch64 2014-03-11 22:46:06 +04:00
parasite-head.S parasite: allocate stack for each thread 2013-05-24 18:53:33 +04:00
restorer.c restore: construct sigframe in crtools 2013-05-24 17:39:52 +04:00
syscall-common.S arm: don't use the register R12 in the routine syscall_common() 2013-09-26 15:56:35 +04:00
syscall.def arm: fixed AArch64 syscall numbers 2013-11-01 14:27:16 +04:00
uidiv.S arm: added ARM-specific files modelled after arch/x86 2013-01-22 22:53:24 +04:00
vdso-pie.c crtools: move all stuff about vma together 2013-11-06 12:43:49 +04:00
vdso.c vdso: Make parasite_fixup_vdso being arch implemented 2013-05-31 13:47:33 +04:00