commit | 00c1bb133cf351fa3904b00a48a9cf535d018de6 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@sgi.com> | Mon Apr 28 18:52:39 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Mon May 12 21:28:03 2008 +0200 |
tree | cbba176a82bf8f4f8d9e2b127468f1ef2c021123 | |
parent | e57549b017552f7a493b366f5ccd4781801083e4 [diff] |
x86: thread_info: merge tif masks The TIF masks are basically the same. x86_32 also has _TIF_SYSCALL_EMU which is zero for the 64 bit case. The tif masks become the same. x86_64 has an additional _TIF_DONOTIFY_MASK. Does not hurt for the 32 bit case since it is only used in x86_64 arch code. Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>