diff options
Diffstat (limited to 'include/asm-x86/i387.h')
-rw-r--r-- | include/asm-x86/i387.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-x86/i387.h b/include/asm-x86/i387.h index 96fa8449ff11..0048fb77afc4 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) | |||
62 | #else | 62 | #else |
63 | : [fx] "cdaSDb" (fx), "m" (*fx), "0" (0)); | 63 | : [fx] "cdaSDb" (fx), "m" (*fx), "0" (0)); |
64 | #endif | 64 | #endif |
65 | if (unlikely(err)) | ||
66 | init_fpu(current); | ||
67 | return err; | 65 | return err; |
68 | } | 66 | } |
69 | 67 | ||