From: H. Peter Anvin Date: Fri, 9 Oct 2009 22:56:53 +0000 (-0700) Subject: x86-64: merge the standard and compat start_thread() functions X-Git-Tag: v2.6.33-rc1~372^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e634d8fc792c66c3d4ff45518c04848c1e28f221;p=pandora-kernel.git x86-64: merge the standard and compat start_thread() functions The only thing left that differs between the standard and compat start_thread functions is the actual segment numbers and the prototype, so have a single common function which contains the guts and two very small wrappers. Signed-off-by: H. Peter Anvin Acked-by: Suresh Siddha --- Reading git-diff-tree failed