Subversion Repositories HelenOS

Rev

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

Rev 1937 Rev 1940
Line 164... Line 164...
164
    else
164
    else
165
        panic("no eoi_function\n");
165
        panic("no eoi_function\n");
166
 
166
 
167
}
167
}
168
 
168
 
169
static void ipc_int(int n, istate_t *istate)
-
 
170
{
-
 
171
    ipc_irq_send_notif(n-IVT_IRQBASE);
-
 
172
    trap_virtual_eoi();
-
 
173
}
-
 
174
 
-
 
175
/** @}
169
/** @}
176
 */
170
 */