diff options
author | Ingo Molnar <mingo@kernel.org> | 2012-03-26 11:18:44 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2012-03-26 11:19:03 -0400 |
commit | 7fd52392c56361a40f0c630a82b36b95ca31eac6 (patch) | |
tree | 14091de24c6b28ea4cae9826f98aeedb7be091f5 /arch/x86/kernel/process_64.c | |
parent | b01c3a0010aabadf745f3e7fdb9cab682e0a28a2 (diff) | |
parent | e22057c8599373e5caef0bc42bdb95d2a361ab0d (diff) |
Merge branch 'linus' into perf/urgent
Merge reason: we need to fix a non-trivial merge conflict.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/process_64.c')
-rw-r--r-- | arch/x86/kernel/process_64.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/process_64.c b/arch/x86/kernel/process_64.c index e34257c70c28..292da13fc5aa 100644 --- a/arch/x86/kernel/process_64.c +++ b/arch/x86/kernel/process_64.c | |||
@@ -43,6 +43,7 @@ | |||
43 | #include <asm/system.h> | 43 | #include <asm/system.h> |
44 | #include <asm/processor.h> | 44 | #include <asm/processor.h> |
45 | #include <asm/i387.h> | 45 | #include <asm/i387.h> |
46 | #include <asm/fpu-internal.h> | ||
46 | #include <asm/mmu_context.h> | 47 | #include <asm/mmu_context.h> |
47 | #include <asm/prctl.h> | 48 | #include <asm/prctl.h> |
48 | #include <asm/desc.h> | 49 | #include <asm/desc.h> |
@@ -340,6 +341,7 @@ start_thread_common(struct pt_regs *regs, unsigned long new_ip, | |||
340 | loadsegment(es, _ds); | 341 | loadsegment(es, _ds); |
341 | loadsegment(ds, _ds); | 342 | loadsegment(ds, _ds); |
342 | load_gs_index(0); | 343 | load_gs_index(0); |
344 | current->thread.usersp = new_sp; | ||
343 | regs->ip = new_ip; | 345 | regs->ip = new_ip; |
344 | regs->sp = new_sp; | 346 | regs->sp = new_sp; |
345 | percpu_write(old_rsp, new_sp); | 347 | percpu_write(old_rsp, new_sp); |