From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Serge E. Hallyn" Subject: Re: [PATCH] cr_tests: fix syscall numbers for powerpc Date: Wed, 9 Dec 2009 10:23:24 -0600 Message-ID: <20091209162324.GA18327@us.ibm.com> References: <1259983334-25854-1-git-send-email-ntl@pobox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1259983334-25854-1-git-send-email-ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org> 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: Nathan Lynch Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org List-Id: containers.vger.kernel.org Quoting Nathan Lynch (ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org): > Update to the values for ckpt-v19-rc2, and add eclone. Thanks, both applied. > --- > cr.h | 8 ++++++-- > 1 files changed, 6 insertions(+), 2 deletions(-) > > diff --git a/cr.h b/cr.h > index a58c2e4..8acd750 100644 > --- a/cr.h > +++ b/cr.h > @@ -71,12 +71,16 @@ > /* parisc unsupported. */ > #if __powerpc__ > > +#ifndef __NR_eclone > +#define __NR_eclone 323 > +#endif > + > #ifndef __NR_checkpoint > -#define __NR_checkpoint 323 > +#define __NR_checkpoint 324 > #endif > > #ifndef __NR_restart > -#define __NR_restart 324 > +#define __NR_restart 325 > #endif > > #elif __s390x__ > -- > 1.6.0.6