[Devel] [PATCH 1/1] s390: cr: fix unterminated #ifndef

Serge E. Hallyn serue at us.ibm.com
Thu May 7 13:30:33 PDT 2009


With this, v15 compiles and does checkpoint/restart just fine
on s390.

Signed-off-by: Serge E. Hallyn <serue at us.ibm.com>
---
 arch/s390/include/asm/checkpoint_hdr.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/s390/include/asm/checkpoint_hdr.h b/arch/s390/include/asm/checkpoint_hdr.h
index 292dc33..48ee296 100644
--- a/arch/s390/include/asm/checkpoint_hdr.h
+++ b/arch/s390/include/asm/checkpoint_hdr.h
@@ -80,4 +80,5 @@ struct ckpt_hdr_header_arch {
 	struct ckpt_hdr h;
 };
 
+#endif /* __s390x__ */
 #endif /* __ASM_S390_CKPT_HDR__H */
-- 
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