x86-64: merge the standard and compat start_thread() functions
authorH. Peter Anvin <hpa@zytor.com>
Fri, 9 Oct 2009 22:56:53 +0000 (15:56 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 9 Oct 2009 23:26:38 +0000 (16:26 -0700)
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 <hpa@zytor.com>
Acked-by: Suresh Siddha <suresh.b.siddha@intel.com>

No differences found