DORMANTno replies

[PATCH 28/50] m68knommu: task_stack_page()

From: Al Viro <hidden>
Date: 2006-01-03 21:24:06
Also in: lkml
Subsystem: the rest · Maintainer: Linus Torvalds

References: [off-list ref]
In-Reply-To: [off-list ref]

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

---

 arch/m68knommu/kernel/process.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

3effaa23eea55b0ba8c19896de3e37524146860a
diff --git a/arch/m68knommu/kernel/process.c b/arch/m68knommu/kernel/process.c
index 82e7ec8..9b0fd04 100644
--- a/arch/m68knommu/kernel/process.c
+++ b/arch/m68knommu/kernel/process.c
@@ -198,10 +198,9 @@ int copy_thread(int nr, unsigned long cl
 {
 	struct pt_regs * childregs;
 	struct switch_stack * childstack, *stack;
-	unsigned long stack_offset, *retp;
+	unsigned long *retp;
 
-	stack_offset = THREAD_SIZE - sizeof(struct pt_regs);
-	childregs = (struct pt_regs *) ((unsigned long) p->thread_info + stack_offset);
+	childregs = (struct pt_regs *) (task_stack_page(p) + THREAD_SIZE) - 1;
 
 	*childregs = *regs;
 	childregs->d0 = 0;
-- 
0.99.9.GIT
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help