From: Jeff Dike Date: Sat, 25 Jun 2005 21:55:21 +0000 (-0700) Subject: [PATCH] uml: fork cleanup X-Git-Tag: v2.6.13-rc1~68^2~181 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0877f07e85a46e4fde32bd84f08551d360839fe;p=pandora-kernel.git [PATCH] uml: fork cleanup Fix the do_fork calling convention: normal arch pass the regs and the new sp value to do_fork instead of NULL. Currently the arch-independent code ignores these values, while the UML code (actually it's copy_thread) gets the right values by itself. With this patch, things are fixed up. Signed-off-by: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Jeff Dike Cc: Paolo Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed