From: Al Viro Date: Mon, 14 Nov 2005 00:06:56 +0000 (-0800) Subject: [PATCH] m68k: introduce setup_thread_stack() and end_of_stack() X-Git-Tag: v2.6.15-rc2~179 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10ebffde3d3916026974352b7900e44afe2b243f;p=pandora-kernel.git [PATCH] m68k: introduce setup_thread_stack() and end_of_stack() encapsulates the rest of arch-dependent operations with thread_info access. Two new helpers - setup_thread_stack() and end_of_stack(). For normal case the former consists of copying thread_info of parent to new thread_info and the latter returns pointer immediately past the end of thread_info. Signed-off-by: Al Viro Signed-off-by: Roman Zippel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed