forked from KolibriOS/kolibrios
small fix - 3
git-svn-id: svn://kolibrios.org@3513 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
0f3580df30
commit
5f291d1d1c
@ -250,9 +250,9 @@ align 16
|
|||||||
.found_in_wrong_list:
|
.found_in_wrong_list:
|
||||||
DEBUGF 1,'K : warning: relinking handler from IRQ%d to IRQ%d\n',\
|
DEBUGF 1,'K : warning: relinking handler from IRQ%d to IRQ%d\n',\
|
||||||
ebp, [esp]
|
ebp, [esp]
|
||||||
|
pop ebp
|
||||||
spin_lock_irqsave IrqsList
|
spin_lock_irqsave IrqsList
|
||||||
list_del ebx
|
list_del ebx
|
||||||
pop ebp
|
|
||||||
lea edx, [irqh_tab+ebp*8]
|
lea edx, [irqh_tab+ebp*8]
|
||||||
list_add_tail ebx, edx
|
list_add_tail ebx, edx
|
||||||
spin_unlock_irqrestore IrqsList
|
spin_unlock_irqrestore IrqsList
|
||||||
|
Loading…
Reference in New Issue
Block a user