Subversion Repositories HelenOS

Rev

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

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