criu/arch/x86/include/asm
Andrey Vagin 9af6770279 restore: set up correct sa_restorer for SIGCHLD handler (v3)
Alexander, could you help me with ARM? I found in glibc sources, that
sa_restoer should look like this:

ports/sysdeps/unix/sysv/linux/arm/sigrestorer.S
....
ENTRY(__cr_restore_rt)
        CFI
        mov     r7, $SYS_ify(rt_sigreturn)
        swi     0x0
        .fnend
END(__cr_restore_rt)

v2: Move architecture-dependent code in the proper place
v3: Don't add a separate handler for collecting zombies

Cc: Alexander Kartashov <alekskartashov@parallels.com>
Signed-off-by: Andrey Vagin <avagin@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2013-03-25 23:43:40 +04:00
..
atomic.h x86: moved x86-specific files into the directory arch/x86. 2013-01-09 17:02:47 +04:00
bitops.h x86: Drop #ifdef CONFIG_X86_64 guard 2013-01-23 17:43:38 +04:00
cpu.h cpu: Make cpu routines being per-acrh 2013-02-18 18:42:08 +04:00
dump.h pstree: Add general core_entry_free helper 2013-02-22 15:41:27 +04:00
fpu.h fpu: Move definitions to asm/fpu.h 2013-02-18 18:42:08 +04:00
linkage.h x86: moved x86-specific files into the directory arch/x86. 2013-01-09 17:02:47 +04:00
memcpy_64.h x86: moved x86-specific files into the directory arch/x86. 2013-01-09 17:02:47 +04:00
parasite-syscall.h parasite-syscall.c: moved the function mmap_seized() to the file arch/x86/crtools.c 2013-01-14 14:19:43 +04:00
parasite.h cr: Introduce stubs for tls dump/restore 2013-01-09 19:01:22 +04:00
processor-flags.h x86: moved x86-specific files into the directory arch/x86. 2013-01-09 17:02:47 +04:00
restore.h FPU: introduced the support for multiple FPU architectures. 2013-01-09 19:01:44 +04:00
restorer.h headers: Change "../protobuf/" to "protobuf/" 2013-02-15 17:33:06 +04:00
types.h restore: set up correct sa_restorer for SIGCHLD handler (v3) 2013-03-25 23:43:40 +04:00