From: Shaohua Li Date: Sun, 30 Oct 2005 22:59:28 +0000 (-0800) Subject: [PATCH] FPU context corrupted after resume X-Git-Tag: v2.6.15-rc1~59^2~15^2~173 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08967f941ad897b2f7c2f99e886c75d6319e5087;p=pandora-kernel.git [PATCH] FPU context corrupted after resume mxcsr_feature_mask_init isn't needed in suspend/resume time (we can use boot time mask). And actually it's harmful, as it clear task's saved fxsave in resume. This bug is widely seen by users using zsh. (akpm: my eyes. Fixed some surrounding whitespace mess) Signed-off-by: Shaohua Li Cc: Pavel Machek Cc: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed