- kdebug_check_breakin is now kdebug_check_interrupt

This commit is contained in:
Jan Stoess 2007-12-07 19:02:13 +01:00
parent c808852629
commit dff75e1e94
1 changed files with 3 additions and 1 deletions

View File

@ -373,7 +373,9 @@ void scheduler_t::end_of_timeslice (tcb_t * tcb)
void scheduler_t::handle_timer_interrupt()
{
spin(77, get_current_cpu());
kdebug_check_breakin();
if (kdebug_check_interrupt())
return;
if (get_current_cpu() == 0)
{