[Devel] [PATCH 1/1] cr: s390: fix unterminated ifdef
Serge E. Hallyn
serue at us.ibm.com
Tue May 12 09:03:37 PDT 2009
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(-)
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
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list