commit | db7d9a4eb700be766cc9f29241483dbb1e748832 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun Jul 24 19:36:26 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Jul 24 19:36:26 2005 -0700 |
tree | 48848384df15d9404ceab05867d7f4ef6b1a4bbe | |
parent | cdd5186f753b23ab51f86679bdc4cc698ab0b893 [diff] |
[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 <davem@davemloft.net>