criu/arch/arm
Christopher Covington f9ae6d9dd4 Replace remaining hard-coded TASK_SIZE use
If we want one CRIU binary to work across all AArch64 kernel
configurations, a single task size value cannot be hard coded. While
trivial applications successfully checkpoint and restore on AArch64
kernels with CONFIG_ARM64_64K_PAGES=y without this patch, replacing
the remaining use of the hard-coded value seems like the best way to
guard against failures that more complex process trees and future uses
may expose.

Signed-off-by: Christopher Covington <cov@codeaurora.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2015-08-03 17:14:19 +03:00
..
include/asm kerndat: Introduce task_size variable 2015-08-03 17:14:15 +03:00
cpu.c cpuinfo: arm -- Fix build 2014-10-03 16:20:10 +04:00
crtools.c Replace remaining hard-coded TASK_SIZE use 2015-08-03 17:14:19 +03: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: fix syscall numbers for waitid 2015-07-24 18:22:35 +03:00
uidiv.S arm: added ARM-specific files modelled after arch/x86 2013-01-22 22:53:24 +04:00