diff options
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/ptrace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/ptrace.c b/arch/x86/kernel/ptrace.c index f8b89059e6ed..e6a680c7daf7 100644 --- a/arch/x86/kernel/ptrace.c +++ b/arch/x86/kernel/ptrace.c | |||
@@ -1313,6 +1313,7 @@ static const struct user_regset x86_32_regsets[] = { | |||
1313 | .active = xfpregs_active, .get = xfpregs_get, .set = xfpregs_set | 1313 | .active = xfpregs_active, .get = xfpregs_get, .set = xfpregs_set |
1314 | }, | 1314 | }, |
1315 | [REGSET_TLS] = { | 1315 | [REGSET_TLS] = { |
1316 | .core_note_type = NT_386_TLS, | ||
1316 | .n = GDT_ENTRY_TLS_ENTRIES, .bias = GDT_ENTRY_TLS_MIN, | 1317 | .n = GDT_ENTRY_TLS_ENTRIES, .bias = GDT_ENTRY_TLS_MIN, |
1317 | .size = sizeof(struct user_desc), | 1318 | .size = sizeof(struct user_desc), |
1318 | .align = sizeof(struct user_desc), | 1319 | .align = sizeof(struct user_desc), |