]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: thread_info: merge tif masks
authorChristoph Lameter <clameter@sgi.com>
Tue, 29 Apr 2008 01:52:39 +0000 (18:52 -0700)
committerIngo Molnar <mingo@elte.hu>
Mon, 12 May 2008 19:28:03 +0000 (21:28 +0200)
commit00c1bb133cf351fa3904b00a48a9cf535d018de6
treecbba176a82bf8f4f8d9e2b127468f1ef2c021123
parente57549b017552f7a493b366f5ccd4781801083e4
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>
include/asm-x86/thread_info.h