From: Christoph Lameter Date: Tue, 29 Apr 2008 01:52:39 +0000 (-0700) Subject: x86: thread_info: merge tif masks X-Git-Tag: v2.6.27-rc1~1106^2~251^21~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00c1bb133cf351fa3904b00a48a9cf535d018de6;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed