Subversion Repositories HelenOS-historic

Rev

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

Rev 503 Rev 509
Line 72... Line 72...
72
     */
72
     */
73
    cp0_mask_all_int();
73
    cp0_mask_all_int();
74
    /*
74
    /*
75
     * Unmask hardware clock interrupt.
75
     * Unmask hardware clock interrupt.
76
     */
76
     */
77
    cp0_unmask_int(TIMER_INTERRUPT);
77
    cp0_unmask_int(TIMER_IRQ);
78
 
78
 
79
    /*
79
    /*
80
     * Start hardware clock.
80
     * Start hardware clock.
81
     */
81
     */
82
    cp0_compare_write(cp0_compare_value + cp0_count_read());
82
    cp0_compare_write(cp0_compare_value + cp0_count_read());