force behaviour as before r1989, r1992

git-svn-id: svn://kolibrios.org@2101 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
CleverMouse 2011-08-22 15:39:22 +00:00
parent 5a5c11b26d
commit 1b390fd667

View File

@ -165,12 +165,14 @@ align 16
jnz @f
push eax
call [irq14_func]
mov [check_idle_semaphore],5
pop eax
@@:
cmp al, 15
jnz @f
push eax
call [irq15_func]
mov [check_idle_semaphore],5
pop eax
@@: