Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 420 → Rev 421

/kernel/branches/flat_kernel/core/sched.inc
64,6 → 64,9
pushad
 
call update_counters
 
if 0
 
; \begin{Mario79}
cmp [dma_task_switched], 1
jne .find_next_task
77,6 → 80,9
jmp @f
.find_next_task:
; \end{Mario79}
 
end if
 
call find_next_task
test eax, eax ; the same task -> skip switch
jnz .return
214,8 → 220,6
; inc [context_counter] ;noname & halyavin
;ret
 
 
 
align 4
updatecputimes: