commit | 427f23cb3abc21c3784df8ae907c4c3a31d885d1 | [log] [tgz] |
---|---|---|
author | Tkhai Kirill <tkhai@yandex.ru> | Fri Jun 29 02:55:25 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 26 16:49:40 2012 -0700 |
tree | 6e903641bbc8f40c031bc2cfa32e2c319c77bae2 | |
parent | a0ce3ba03f6bd49459c6c40a03faf10b23831c1b [diff] |
sparc32, copy_thread: Clear TIF_USEDFPU flag of created task instead of current FPU state is saved into task_struct of created task. Current task continues use of the state, so it needs TIF_USEDFPU flag is not cleared. Created task receives fresh FPU and cleared TIF_USEFPU flag is required for it. Signed-off-by: Kirill Tkhai <tkhai@yandex.ru> Signed-off-by: David S. Miller <davem@davemloft.net>