[Devel] Re: [PATCH] cr_tests: fix syscall numbers for powerpc

Serge E. Hallyn serue at us.ibm.com
Wed Dec 9 08:23:24 PST 2009


Quoting Nathan Lynch (ntl at pobox.com):
> 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
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers




More information about the Devel mailing list