Rev 1540 | Rev 1684 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1540 | Rev 1667 | ||
|---|---|---|---|
| Line 169... | Line 169... | ||
| 169 | * @param n Interrupt vector. |
169 | * @param n Interrupt vector. |
| 170 | * @param stack Interrupted stack. |
170 | * @param stack Interrupted stack. |
| 171 | */ |
171 | */ |
| 172 | void apic_spurious(int n, istate_t *istate) |
172 | void apic_spurious(int n, istate_t *istate) |
| 173 | { |
173 | { |
| - | 174 | #ifdef CONFIG_DEBUG |
|
| 174 | printf("cpu%d: APIC spurious interrupt\n", CPU->id); |
175 | printf("cpu%d: APIC spurious interrupt\n", CPU->id); |
| - | 176 | #endif |
|
| 175 | } |
177 | } |
| 176 | 178 | ||
| 177 | /** Poll for APIC errors. |
179 | /** Poll for APIC errors. |
| 178 | * |
180 | * |
| 179 | * Examine Error Status Register and report all errors found. |
181 | * Examine Error Status Register and report all errors found. |