x86: x86 core dump TLS
[deliverable/linux.git] / arch / x86 / kernel / ptrace.c
index f8b89059e6ed94794e3f98f0773be699a362da0a..e6a680c7daf726543a62ab152d804d2b8ed32990 100644 (file)
@@ -1313,6 +1313,7 @@ static const struct user_regset x86_32_regsets[] = {
                .active = xfpregs_active, .get = xfpregs_get, .set = xfpregs_set
        },
        [REGSET_TLS] = {
+               .core_note_type = NT_386_TLS,
                .n = GDT_ENTRY_TLS_ENTRIES, .bias = GDT_ENTRY_TLS_MIN,
                .size = sizeof(struct user_desc),
                .align = sizeof(struct user_desc),
This page took 0.030601 seconds and 5 git commands to generate.