From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Serge E. Hallyn" Subject: [linux-cr PATCH 1/1] update x86-64 eclone and cr syscall numbers Date: Mon, 14 Feb 2011 10:46:44 -0600 Message-ID: <20110214164644.GA16802@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Oren Laadan , containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org List-Id: containers.vger.kernel.org (for ckpt-v23-rc1-pids branch) Signed-off-by: Serge E. Hallyn --- 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