[RFC][PATCH 4/4] introduce sys_checkpoint and sys_restore

Arnd Bergmann arnd at arndb.de
Fri Aug 8 05:15:18 PDT 2008


On Friday 08 August 2008, Dave Hansen wrote:
>
>  linux-2.6.git-dave/arch/x86/kernel/syscall_table_32.S |    2 ++
>  linux-2.6.git-dave/include/asm-x86/unistd_32.h        |    2 ++
>  2 files changed, 4 insertions(+)

System calls should also be declared in include/linux/syscalls.h.

I guess you are aware that this implementation is not enough to
support 32 bit tasks on x86_64. In addition to the native 64-bit
code, you would also need the 32-bit compat code here.

	Arnd <><


More information about the Containers mailing list