[PATCH] cr_tests: fix syscall numbers for powerpc

Nathan Lynch ntl at pobox.com
Fri Dec 4 19:22:13 PST 2009


Update to the values for ckpt-v19-rc2, and add eclone.
---
 cr.h |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/cr.h b/cr.h
index a58c2e4..8acd750 100644
--- a/cr.h
+++ b/cr.h
@@ -71,12 +71,16 @@
 /* parisc unsupported. */
 #if __powerpc__
 
+#ifndef __NR_eclone
+#define __NR_eclone 323
+#endif
+
 #ifndef __NR_checkpoint
-#define __NR_checkpoint 323
+#define __NR_checkpoint 324
 #endif
 
 #ifndef __NR_restart
-#define __NR_restart 324
+#define __NR_restart 325
 #endif
 
 #elif __s390x__
-- 
1.6.0.6



More information about the Containers mailing list