Commit 68cc4007 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

kernel: Use __u32 for inkernel stuff

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@gmail.com>
parent 8c4894a8
......@@ -774,7 +774,7 @@ Index: linux-2.6.git/include/linux/elf_ckpt.h
+ struct desc_struct tls_array[CKPT_GDT_ENTRY_TLS_ENTRIES];
+ __u32 personality;
+ __u8 comm[CKPT_TASK_COMM_LEN];
+ u32 flags;
+ __u32 flags;
+} __packed;
+
+#ifdef CONFIG_BINFMT_ELF_CKPT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment