From: Christoph Lameter Date: Tue, 29 Apr 2008 01:52:35 +0000 (-0700) Subject: x86: common thread_info definitions X-Git-Tag: v2.6.27-rc1~1106^2~251^21~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=006c484bb3d9547e82a33a09668c9b54b912c8fb;p=pandora-kernel.git x86: common thread_info definitions Merge the thread_info definition into one structure definition for both arches. The __u32 is equal to unsigned long for 32 bit. sysenter_return is used both for the IA32 emulation for 64 and x86_32. Avoid complicated #ifdef by simply always including it. Signed-off-by: Christoph Lameter Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed