Subversion Repositories HelenOS-historic

Rev

Rev 1023 | Rev 1196 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1023 Rev 1053
Line 172... Line 172...
172
    }
172
    }
173
 
173
 
174
    panic("General Exception (%s)\n", desc);
174
    panic("General Exception (%s)\n", desc);
175
}
175
}
176
 
176
 
-
 
177
void fpu_enable(void);
177
 
178
 
178
void disabled_fp_register(__u64 vector, istate_t *istate)
179
void disabled_fp_register(__u64 vector, istate_t *istate)
179
{
180
{
180
#ifdef CONFIG_CPU_LAZY
181
#ifdef CONFIG_FPU_LAZY 
181
    scheduler_fpu_lazy_request();  
182
    scheduler_fpu_lazy_request();  
-
 
183
#else
-
 
184
    dump_interrupted_context(istate);
-
 
185
    panic("Interruption: %W (%s)\n", (__u16) vector, vector_to_string(vector));
182
#endif
186
#endif
183
}
187
}
184
 
188
 
185
 
189
 
186
void nop_handler(__u64 vector, istate_t *istate)
190
void nop_handler(__u64 vector, istate_t *istate)