aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2015-03-17 09:42:59 -0400
committerIngo Molnar <mingo@kernel.org>2015-03-17 11:01:41 -0400
commitac9af4983e77765a642b5a21086bc1fdc55418c4 (patch)
treeedf060ff787d2351a20619d6a8b4239cf1b8cb23 /arch/x86/include
parent9854dd74c3f6af8d9d527de86c6074b7ed0495f1 (diff)
x86/asm/entry/64: Remove thread_struct::usersp
Nothing uses thread_struct::usersp anymore, so remove it. Originally-from: Denys Vlasenko <dvlasenk@redhat.com> Tested-by: Borislav Petkov <bp@alien8.de> Acked-by: Borislav Petkov <bp@alien8.de> Cc: Alexei Starovoitov <ast@plumgrid.com> Cc: Andy Lutomirski <luto@amacapital.net> Cc: Denys Vlasenko <dvlasenk@redhat.com> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: H. Peter Anvin <hpa@zytor.com> Cc: Kees Cook <keescook@chromium.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Oleg Nesterov <oleg@redhat.com> Cc: Steven Rostedt <rostedt@goodmis.org> Cc: Will Drewry <wad@chromium.org> Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/asm/processor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h
index 3ac5092ec113..572099710ba2 100644
--- a/arch/x86/include/asm/processor.h
+++ b/arch/x86/include/asm/processor.h
@@ -493,7 +493,6 @@ struct thread_struct {
493#ifdef CONFIG_X86_32 493#ifdef CONFIG_X86_32
494 unsigned long sysenter_cs; 494 unsigned long sysenter_cs;
495#else 495#else
496 unsigned long usersp; /* Copy from PDA */
497 unsigned short es; 496 unsigned short es;
498 unsigned short ds; 497 unsigned short ds;
499 unsigned short fsindex; 498 unsigned short fsindex;