Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 457 → Rev 458

/SPARTAN/trunk/arch/amd64/src/interrupt.c
139,7 → 139,7
 
void nm_fault(__u8 n, __native stack[])
{
#ifdef FPU_LAZY
#ifdef CONFIG_FPU_LAZY
scheduler_fpu_lazy_request();
#else
panic("fpu fault");