Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 957 → Rev 958

/kernel/trunk/arch/mips32/src/drivers/arc.c
349,10 → 349,10
 
iroutine old_timer;
/** Do polling on timer interrupt */
static void timer_replace(int n, void *stack)
static void timer_replace(int n, istate_t *istate)
{
arc_keyboard_poll();
old_timer(n, stack);
old_timer(n, istate);
arc_keyboard_poll();
}