diff options
Diffstat (limited to 'arch/v850/kernel/process.c')
-rw-r--r-- | arch/v850/kernel/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/v850/kernel/process.c b/arch/v850/kernel/process.c index 062ffa0a9998..eb909937958b 100644 --- a/arch/v850/kernel/process.c +++ b/arch/v850/kernel/process.c | |||
@@ -114,7 +114,7 @@ int copy_thread (int nr, unsigned long clone_flags, | |||
114 | struct task_struct *p, struct pt_regs *regs) | 114 | struct task_struct *p, struct pt_regs *regs) |
115 | { | 115 | { |
116 | /* Start pushing stuff from the top of the child's kernel stack. */ | 116 | /* Start pushing stuff from the top of the child's kernel stack. */ |
117 | unsigned long orig_ksp = (unsigned long)p->thread_info + THREAD_SIZE; | 117 | unsigned long orig_ksp = task_tos(p); |
118 | unsigned long ksp = orig_ksp; | 118 | unsigned long ksp = orig_ksp; |
119 | /* We push two `state save' stack fames (see entry.S) on the new | 119 | /* We push two `state save' stack fames (see entry.S) on the new |
120 | kernel stack: | 120 | kernel stack: |