criu/arch/ppc64
Laurent Dufour de9df91002 Per architecture restorer trampolines
Some architectures like ppc64 requires a trampoline to be called prior to
the standard restorer services.

This patch introduces 3 trampolines which can be overwritten by
architectures in arch/x/include/asm/restore.h:
 - arch_export_restore_thread
 - arch_export_restore_task
 - arch_export_unmap

The architecture which doesn't need to overwrite them, has nothing to do.

Signed-off-by: Laurent Dufour <ldufour@linux.vnet.ibm.com>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2015-05-05 13:35:48 +03:00
..
include/asm Per architecture restorer trampolines 2015-05-05 13:35:48 +03:00
cpu.c arch/ppc64: Add PowerPC 64 LE support 2015-04-30 09:57:49 +03:00
crtools.c arch/ppc64: Add PowerPC 64 LE support 2015-04-30 09:57:49 +03:00
Makefile arch/ppc64: Add PowerPC 64 LE support 2015-04-30 09:57:49 +03:00
parasite-head.S arch/ppc64: Add PowerPC 64 LE support 2015-04-30 09:57:49 +03:00
restorer-trampoline.S arch/ppc64: Add PowerPC 64 LE support 2015-04-30 09:57:49 +03:00
restorer.c arch/ppc64: Add PowerPC 64 LE support 2015-04-30 09:57:49 +03:00
syscall-common-ppc64.S arch/ppc64: Add PowerPC 64 LE support 2015-04-30 09:57:49 +03:00
syscall-ppc64.def arch/ppc64: Add PowerPC 64 LE support 2015-04-30 09:57:49 +03:00
syscalls-ppc64.sh arch/ppc64: Add PowerPC 64 LE support 2015-04-30 09:57:49 +03:00
vdso-pie.c arch/ppc64: Add PowerPC 64 LE support 2015-04-30 09:57:49 +03:00
vdso-trampoline.S arch/ppc64: Add PowerPC 64 LE support 2015-04-30 09:57:49 +03:00
vdso.c arch/ppc64: Add PowerPC 64 LE support 2015-04-30 09:57:49 +03:00