[PATCH 1/1] fix x86-64 checkpoint and restart syscall numbers

Serge E. Hallyn serue at us.ibm.com
Thu Feb 4 11:35:15 PST 2010


Signed-off-by: Serge E. Hallyn <serue at us.ibm.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 fbac07d..17bacfd 100644
--- a/arch/x86/include/asm/unistd_64.h
+++ b/arch/x86/include/asm/unistd_64.h
@@ -665,9 +665,9 @@ __SYSCALL(__NR_perf_event_open, sys_perf_event_open)
 __SYSCALL(__NR_recvmmsg, sys_recvmmsg)
 #define __NR_eclone                   		300
 __SYSCALL(__NR_eclone, stub_eclone)
-#define __NR_checkpoint                   	300
+#define __NR_checkpoint                   	301
 __SYSCALL(__NR_checkpoint, stub_checkpoint)
-#define __NR_restart                   		301
+#define __NR_restart                   		302
 __SYSCALL(__NR_restart, stub_restart)
 
 #ifndef __NO_STUBS
-- 
1.6.0.6



More information about the Containers mailing list