[Devel] Re: [PATCH 1/1] cr: s390: fix unterminated ifdef

Oren Laadan orenl at cs.columbia.edu
Tue May 12 09:30:55 PDT 2009



Serge E. Hallyn wrote:
> arch/s390/include/asm/checkpoint_hdr.h had a #ifdef __s390x__ which
> was unterminated.  Nathan Lynch points out that we don't need the
> ifdef at all since CONFIG_CHECKPOINT_SUPPORT is already dependent
> upon 64-bit.
> 
> Signed-off-by: Serge E. Hallyn <serue at us.ibm.com>
> ---
>  arch/s390/include/asm/checkpoint_hdr.h |    2 --
>  1 files changed, 0 insertions(+), 2 deletions(-)
> 

Thanks.

Oren.

> diff --git a/arch/s390/include/asm/checkpoint_hdr.h b/arch/s390/include/asm/checkpoint_hdr.h
> index 292dc33..185194b 100644
> --- a/arch/s390/include/asm/checkpoint_hdr.h
> +++ b/arch/s390/include/asm/checkpoint_hdr.h
> @@ -20,8 +20,6 @@
>  #include <sys/user.h>
>  #endif
>  
> -#ifdef __s390x__
> -
>  /*
>   * Notes
>   * NUM_GPRS defined in <asm/ptrace.h> to be 16
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers




More information about the Devel mailing list