From: David S. Miller Date: Mon, 25 Jul 2005 02:36:26 +0000 (-0700) Subject: [SPARC64]: Move syscall success and newchild state out of thread flags. X-Git-Tag: v2.6.13-rc4~77^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db7d9a4eb700be766cc9f29241483dbb1e748832;p=pandora-kernel.git [SPARC64]: Move syscall success and newchild state out of thread flags. These two bits were accesses non-atomically from assembler code. So, in order to eliminate any potential races resulting from that, move these pieces of state into two bytes elsewhere in struct thread_info. Signed-off-by: David S. Miller --- Reading git-diff-tree failed