[Devel] Re: [PATCH 1/1] cr: define CKPT_ARCH_NSIG for s390x

Oren Laadan orenl at cs.columbia.edu
Thu Jun 25 19:08:04 PDT 2009



Serge E. Hallyn wrote:
> Else compilation fails on s390x.
> 
> Signed-off-by: Serge E. Hallyn <serue at us.ibm.com>
> ---
>  arch/s390/include/asm/checkpoint_hdr.h |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/s390/include/asm/checkpoint_hdr.h b/arch/s390/include/asm/checkpoint_hdr.h
> index fc0ace8..a5aaa3e 100644
> --- a/arch/s390/include/asm/checkpoint_hdr.h
> +++ b/arch/s390/include/asm/checkpoint_hdr.h
> @@ -79,6 +79,8 @@ struct ckpt_hdr_mm_context {
>  	unsigned long asce_limit;
>  };
>  
> +#define CKPT_ARCH_NSIG _SIGCONTEXT_NSIG
> +

But _SIGCONTEXT_NSIG is defined within #ifdef __KERNEL__ ?

Oren.

>  struct ckpt_hdr_header_arch {
>  	struct ckpt_hdr h;
>  };
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers




More information about the Devel mailing list