commit | 006c484bb3d9547e82a33a09668c9b54b912c8fb | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@sgi.com> | Mon Apr 28 18:52:35 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Mon May 12 21:28:03 2008 +0200 |
tree | 8cf69d55b1582ef90df1fb2f533d2f2f8e4a9c80 | |
parent | f2ea3b1d4d7ab66d86da57899993282f3deb1f74 [diff] |
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 <clameter@sgi.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>