Rev 3149 | Rev 4343 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3149 | Rev 4341 | ||
|---|---|---|---|
| Line 90... | Line 90... | ||
| 90 | } |
90 | } |
| 91 | 91 | ||
| 92 | 92 | ||
| 93 | static void exception_decrementer(int n, istate_t *istate) |
93 | static void exception_decrementer(int n, istate_t *istate) |
| 94 | { |
94 | { |
| 95 | clock(); |
- | |
| 96 | start_decrementer(); |
95 | start_decrementer(); |
| - | 96 | clock(); |
|
| 97 | } |
97 | } |
| 98 | 98 | ||
| 99 | 99 | ||
| 100 | /* Initialize basic tables for exception dispatching */ |
100 | /* Initialize basic tables for exception dispatching */ |
| 101 | void interrupt_init(void) |
101 | void interrupt_init(void) |