Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 897 → Rev 906

/kernel/trunk/arch/mips32/include/fpu_context.h
31,6 → 31,9
 
#include <arch/types.h>
 
#define ARCH_HAS_FPU
#define FPU_CONTEXT_ALIGN sizeof(__native)
 
struct fpu_context {
__native dregs[32];
__native cregs[32];
/kernel/trunk/arch/mips32/src/fpu_context.c
50,7 → 50,7
#endif
}
 
void fpu_init(fpu_context_t *fctx)
void fpu_init()
{
/* TODO: Zero all registers */
}