Subversion Repositories HelenOS

Rev

Rev 1937 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1937 Rev 1943
Line 186... Line 186...
186
    else
186
    else
187
        panic("no eoi_function\n");
187
        panic("no eoi_function\n");
188
 
188
 
189
}
189
}
190
 
190
 
191
static void ipc_int(int n, istate_t *istate)
-
 
192
{
-
 
193
    ipc_irq_send_notif(n-IVT_IRQBASE);
-
 
194
    trap_virtual_eoi();
-
 
195
}
-
 
196
 
-
 
197
/** @}
191
/** @}
198
 */
192
 */