[SPARC64]: Move syscall success and newchild state out of thread flags.
authorDavid S. Miller <davem@davemloft.net>
Mon, 25 Jul 2005 02:36:26 +0000 (19:36 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Jul 2005 02:36:26 +0000 (19:36 -0700)
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 <davem@davemloft.net>

No differences found