summaryrefslogtreecommitdiff
path: root/include/asm-x86/i387.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-07-30 19:32:39 +0200
committerIngo Molnar <mingo@elte.hu>2008-07-30 19:32:39 +0200
commitb2d9d33412b9d13a40cd314d93ab517950fc5950 (patch)
tree78dd37783657520d46a57e462b799826c4a9d54a /include/asm-x86/i387.h
parentd25ae38b7e005af03843833bbd811ffe8c5f8cb4 (diff)
parent6ffac1e90a17ea0aded5c581204397421eec91b6 (diff)
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;
}