Subversion Repositories HelenOS

Rev

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

Rev 2245 Rev 2263
Line 91... Line 91...
91
 */
91
 */
92
void interrupt_init(void)
92
void interrupt_init(void)
93
{
93
{
94
    irq_init(IRQ_COUNT, IRQ_COUNT);
94
    irq_init(IRQ_COUNT, IRQ_COUNT);
95
 
95
 
-
 
96
#if MACHINE == MACHINE_GXEMUL_TESTARM
96
    gxemul_timer_irq_init();
97
    gxemul_timer_irq_init();
97
    gxemul_timer_start(GXEMUL_TIMER_FREQ);
98
    gxemul_timer_start(GXEMUL_TIMER_FREQ);
-
 
99
#endif
98
}
100
}
99
 
101
 
100
 
102
 
101
/** @}
103
/** @}
102
 */
104
 */