Linux Container Development
 help / color / mirror / Atom feed
* [PATCH 1/1] cr: s390: fix unterminated ifdef
@ 2009-05-12 16:03 Serge E. Hallyn
       [not found] ` <20090512160337.GA771-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Serge E. Hallyn @ 2009-05-12 16:03 UTC (permalink / raw)
  To: Oren Laadan; +Cc: Linux Containers

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-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
---
 arch/s390/include/asm/checkpoint_hdr.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

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
-- 
1.6.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] cr: s390: fix unterminated ifdef
       [not found] ` <20090512160337.GA771-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
@ 2009-05-12 16:30   ` Oren Laadan
  0 siblings, 0 replies; 2+ messages in thread
From: Oren Laadan @ 2009-05-12 16:30 UTC (permalink / raw)
  To: Serge E. Hallyn; +Cc: Linux Containers



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-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
> ---
>  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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-05-12 16:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-12 16:03 [PATCH 1/1] cr: s390: fix unterminated ifdef Serge E. Hallyn
     [not found] ` <20090512160337.GA771-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2009-05-12 16:30   ` Oren Laadan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox