From: Tkhai Kirill Date: Fri, 29 Jun 2012 02:55:25 +0000 (+0000) Subject: sparc32, copy_thread: Clear TIF_USEDFPU flag of created task instead of current X-Git-Tag: v3.6-rc1~77^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=427f23cb3abc21c3784df8ae907c4c3a31d885d1;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed