Subversion Repositories Kolibri OS

Rev

Rev 3512 | Rev 3534 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3512 Rev 3513
Line 248... Line 248...
248
        jz      .try_next_handler
248
        jz      .try_next_handler
Line 249... Line 249...
249
 
249
 
250
.found_in_wrong_list:
250
.found_in_wrong_list:
251
        DEBUGF 1,'K : warning: relinking handler from IRQ%d to IRQ%d\n',\
251
        DEBUGF 1,'K : warning: relinking handler from IRQ%d to IRQ%d\n',\
-
 
252
                ebp, [esp]
252
                ebp, [esp]
253
        pop     ebp
253
        spin_lock_irqsave IrqsList
254
        spin_lock_irqsave IrqsList
254
        list_del ebx
-
 
255
        pop     ebp
255
        list_del ebx
256
        lea     edx, [irqh_tab+ebp*8]
256
        lea     edx, [irqh_tab+ebp*8]
257
        list_add_tail ebx, edx
257
        list_add_tail ebx, edx
258
        spin_unlock_irqrestore IrqsList
258
        spin_unlock_irqrestore IrqsList