criu/criu-correct-ppc64-AT_VECTOR_SIZE_ARCH.patch

16 lines
476 B
Diff
Raw Normal View History

---
criu/arch/ppc64/include/asm/types.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/criu/arch/ppc64/include/asm/types.h
+++ b/criu/arch/ppc64/include/asm/types.h
@@ -29,7 +29,7 @@ static inline uint64_t encode_pointer(vo
* include/linux/mm_types.h
*/
#define AT_VECTOR_SIZE_BASE 20
-#define AT_VECTOR_SIZE_ARCH 6
+#define AT_VECTOR_SIZE_ARCH 14
#define AT_VECTOR_SIZE (2*(AT_VECTOR_SIZE_ARCH + AT_VECTOR_SIZE_BASE + 1))
typedef uint64_t auxv_t;