Subversion Repositories HelenOS-historic

Rev

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

Rev 853 Rev 958
Line 347... Line 347...
347
    .read = arc_read
347
    .read = arc_read
348
};
348
};
349
 
349
 
350
iroutine old_timer;
350
iroutine old_timer;
351
/** Do polling on timer interrupt */
351
/** Do polling on timer interrupt */
352
static void timer_replace(int n, void *stack)
352
static void timer_replace(int n, istate_t *istate)
353
{
353
{
354
    arc_keyboard_poll();
354
    arc_keyboard_poll();
355
    old_timer(n, stack);
355
    old_timer(n, istate);
356
    arc_keyboard_poll();
356
    arc_keyboard_poll();
357
}
357
}
358
 
358
 
359
void arc_console(void)
359
void arc_console(void)
360
{
360
{