Rev 546 | Rev 924 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 546 | Rev 827 | ||
---|---|---|---|
Line 48... | Line 48... | ||
48 | if (THREAD && THREAD->pstate) |
48 | if (THREAD && THREAD->pstate) |
49 | THREAD->pstate->status |= cp0_status_fpu_bit; |
49 | THREAD->pstate->status |= cp0_status_fpu_bit; |
50 | #endif |
50 | #endif |
51 | } |
51 | } |
52 | 52 | ||
53 | void fpu_init(void) |
53 | void fpu_init(fpu_context_t *fctx) |
54 | { |
54 | { |
55 | /* TODO: Zero all registers */ |
55 | /* TODO: Zero all registers */ |
56 | } |
56 | } |