Subversion Repositories HelenOS

Rev

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

Rev 1 Rev 23
Line 47... Line 47...
47
     * Start hardware clock.
47
     * Start hardware clock.
48
     */
48
     */
49
    cp0_compare_write(cp0_compare_value);
49
    cp0_compare_write(cp0_compare_value);
50
    cp0_count_write(0);
50
    cp0_count_write(0);
51
}
51
}
-
 
52
 
-
 
53
void arch_post_mm_init(void)
-
 
54
{
-
 
55
}