|
@@ -51,16 +51,14 @@ void save_processor_state(void)
|
|
|
__save_processor_state(&saved_context);
|
|
|
}
|
|
|
|
|
|
-static void
|
|
|
-do_fpu_end(void)
|
|
|
+static void do_fpu_end(void)
|
|
|
{
|
|
|
- /* restore FPU regs if necessary */
|
|
|
- /* Do it out of line so that gcc does not move cr0 load to some stupid place */
|
|
|
- kernel_fpu_end();
|
|
|
- mxcsr_feature_mask_init();
|
|
|
+ /*
|
|
|
+ * Restore FPU regs if necessary.
|
|
|
+ */
|
|
|
+ kernel_fpu_end();
|
|
|
}
|
|
|
|
|
|
-
|
|
|
static void fix_processor_context(void)
|
|
|
{
|
|
|
int cpu = smp_processor_id();
|