[PATCH 1/2] user-cr: s390: CPU parsing isn't wired properly

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Matt Helsley <matthltc@xxxxxxxxxx>
---
 ckptinfo.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/ckptinfo.c b/ckptinfo.c
index 45e3c6b..b2101e6 100644
--- a/ckptinfo.c
+++ b/ckptinfo.c
@@ -63,6 +63,10 @@ static int image_parse_error(struct ckpt_hdr *h, int fd, struct args *args);
 #define __HAVE_image_parse_cpu
 #define image_parse_cpu   image_parse_cpu_X86
 static int image_parse_cpu_X86(struct ckpt_hdr *h, int fd, struct args *args);
+#elif defined(__s390__)
+#define __HAVE_image_parse_cpu
+#define image_parse_cpu   image_parse_cpu_s390
+static int image_parse_cpu_s390(struct ckpt_hdr *h, int fd, struct args *args);
 #else
 static int image_parse_cpu(struct ckpt_hdr *h, int fd, struct args *args);
 #endif
-- 
1.5.6.3


_______________________________________________
Containers mailing list
Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx
https://lists.linux-foundation.org/mailman/listinfo/containers

[Index of Archives]     [Cgroups]     [Netdev]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux