From: Martin Schwidefsky Date: Wed, 13 Jan 2010 19:44:28 +0000 (+0100) Subject: [S390] remove superfluous TIF_USEDFPU bit X-Git-Tag: v2.6.33-rc5~70^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bebf023d415fd8984994a596aaa83cd0a3046d0b;p=pandora-kernel.git [S390] remove superfluous TIF_USEDFPU bit The TIF_USEDFPU bit is always 0 for s390 and it is not tested anywhere. Remove the bit. At the same time remove the calls to clear_used_math() as well. The PF_USED_MATH bit is never set for s390 either. Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed