Subversion Repositories HelenOS-historic

Rev

Rev 1 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 68
Line 73... Line 73...
73
                case 0x1:
73
                case 0x1:
74
                case 0x2:
74
                case 0x2:
75
                case 0x3:
75
                case 0x3:
76
                case 0x4:
76
                case 0x4:
77
                case 0x5:
77
                case 0x5:
78
                            case 0x6: panic(PANIC "unhandled interrupt %d\n", i); break;
78
                            case 0x6: panic("unhandled interrupt %d\n", i); break;
79
                            case 0x7:
79
                            case 0x7:
80
                                    /* clear timer interrupt */
80
                                    /* clear timer interrupt */
81
                                    cp0_compare_write(cp0_compare_value);
81
                                    cp0_compare_write(cp0_compare_value);
82
                    /* start counting over again */
82
                    /* start counting over again */
83
                    cp0_count_write(0);                
83
                    cp0_count_write(0);