summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/i387.h
diff options
context:
space:
mode:
authorIngo Molnar2008-07-30 19:32:39 +0200
committerIngo Molnar2008-07-30 19:32:39 +0200
commitb2d9d33412b9d13a40cd314d93ab517950fc5950 (patch)
tree78dd37783657520d46a57e462b799826c4a9d54a /include/asm-x86/i387.h
parentx86: add apic probe for genapic 64bit - fix (diff)
parentx64, fpu: fix possible FPU leakage in error conditions (diff)
downloadkernel-qcow2-linux-b2d9d33412b9d13a40cd314d93ab517950fc5950.tar.gz
kernel-qcow2-linux-b2d9d33412b9d13a40cd314d93ab517950fc5950.tar.xz
kernel-qcow2-linux-b2d9d33412b9d13a40cd314d93ab517950fc5950.zip
Merge branch 'x86/fpu' into x86/core
Diffstat (limited to 'include/asm-x86/i387.h')
-rw-r--r--include/asm-x86/i387.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-x86/i387.h b/include/asm-x86/i387.h
index 6f60a6b89973..3958de6aad0e 100644
--- a/include/asm-x86/i387.h
+++ b/include/asm-x86/i387.h
@@ -62,8 +62,6 @@ static inline int restore_fpu_checking(struct i387_fxsave_struct *fx)
#else
: [fx] "cdaSDb" (fx), "m" (*fx), "0" (0));
#endif
- if (unlikely(err))
- init_fpu(current);
return err;
}