criu/arch/arm/include/asm
Cyrill Gorcunov c473461d24 vdso: Make it arch specific
Currently we build vDSO handling code for all archs provided
in the source code having some "common" parts inside pie/vdso.c,
pie/vdso-stub.c, vdso-stub.c and vdso.c. This were more or
less well but in new linux kernels (starting from 3.16 presumably)
the vDSO has been significantly reworked so every architecture
must have own vDSO handling engine (just like the kernel does).

So in this patch we move vDSO code to arch specific and because
aarch64 actually doesn't implement proxification yet due to
kernel restrictions -- we drops it out. When there will be
kernel support we bring it back in proper arch/aarch64
implementation.

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Acked-by: Alexander Kartashov <alekskartashov@parallels.com>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2014-05-27 23:41:31 +04:00
..
atomic.h Complain about missing CONFIG_ARMV* 2014-02-10 14:34:40 +04:00
bitops.h asm: convert the ARM implementation of bit operations to the reference 2014-03-12 00:18:03 +04:00
bitsperlong.h headers: types.h -- Move BITS_PER_LONG to own header 2013-04-02 20:31:41 +04:00
cpu.h arm: added missing asm/cpu.h 2013-02-20 14:54:38 +04:00
dump.h cr: generalize the type to store the value of the TLS register 2014-03-19 10:41:39 +04:00
fpu.h fpu: Move definitions to asm/fpu.h 2013-02-18 18:42:08 +04:00
int.h cr: collect short integer aliases in the single place 2014-04-08 15:35:46 +04:00
linkage.h arm: added ARM-specific files modelled after arch/x86 2013-01-22 22:53:24 +04:00
parasite-syscall.h parasite: allocate stack for each thread 2013-05-24 18:53:33 +04:00
parasite.h cr: generalize the type to store the value of the TLS register 2014-03-19 10:41:39 +04:00
processor-flags.h arm: added ARM-specific files modelled after arch/x86 2013-01-22 22:53:24 +04:00
restore.h cr: generalize the type to store the value of the TLS register 2014-03-19 10:41:39 +04:00
restorer.h cr: generalize the type to store the value of the TLS register 2014-03-19 10:41:39 +04:00
string.h asm: Move builtin_memcpy helper into asm/string.h 2013-05-23 16:51:06 +04:00
syscall-aux.h arm: added ARM-specific files modelled after arch/x86 2013-01-22 22:53:24 +04:00
syscall-aux.S arm: refactor the syscall glue to support ARMv6 2013-07-10 15:57:26 +04:00
types.h cr: collect short integer aliases in the single place 2014-04-08 15:35:46 +04:00