diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-30 19:32:39 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-30 19:32:39 +0200 |
commit | b2d9d33412b9d13a40cd314d93ab517950fc5950 (patch) | |
tree | 78dd37783657520d46a57e462b799826c4a9d54a /include/asm-x86/i387.h | |
parent | d25ae38b7e005af03843833bbd811ffe8c5f8cb4 (diff) | |
parent | 6ffac1e90a17ea0aded5c581204397421eec91b6 (diff) | |
download | op-kernel-dev-b2d9d33412b9d13a40cd314d93ab517950fc5950.zip op-kernel-dev-b2d9d33412b9d13a40cd314d93ab517950fc5950.tar.gz |
Merge branch 'x86/fpu' into x86/core
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 6f60a6b..3958de6 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; } |