From: David S. Miller Date: Thu, 22 May 2008 01:14:28 +0000 (-0700) Subject: sparc64: Fix kernel thread stack termination. X-Git-Tag: v2.6.26-rc4~71^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a051bc5bb1ac6dc138d529077fa20cbbc6622d95;p=pandora-kernel.git sparc64: Fix kernel thread stack termination. Because of the silly way I set up the initial stack for new kernel threads, there is a loop at the top of the stack. To fix this, properly add another stack frame that is copied from the parent and terminate it in the child by setting the frame pointer in that frame to zero. Signed-off-by: David S. Miller --- Reading git-diff-tree failed