[linux-cr PATCH 1/1] update x86-64 eclone and cr syscall numbers

Serge E. Hallyn serge.hallyn at canonical.com
Mon Feb 14 08:46:44 PST 2011


(for ckpt-v23-rc1-pids branch)

Signed-off-by: Serge E. Hallyn <serge.hallyn at canonical.com>
---
 arch/x86/include/asm/unistd_64.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/x86/include/asm/unistd_64.h b/arch/x86/include/asm/unistd_64.h
index 706d90a..f5d1b9e 100644
--- a/arch/x86/include/asm/unistd_64.h
+++ b/arch/x86/include/asm/unistd_64.h
@@ -671,9 +671,9 @@ __SYSCALL(__NR_fanotify_mark, sys_fanotify_mark)
 __SYSCALL(__NR_prlimit64, sys_prlimit64)
 #define __NR_eclone				303
 __SYSCALL(__NR_eclone, stub_eclone)
-#define __NR_checkpoint				301
+#define __NR_checkpoint				304
 __SYSCALL(__NR_checkpoint, stub_checkpoint)
-#define __NR_restart				302
+#define __NR_restart				305
 __SYSCALL(__NR_restart, stub_restart)
 
 #ifndef __NO_STUBS
-- 
1.7.0.4



More information about the Containers mailing list