Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3850 → Rev 3851

/trunk/kernel/arch/amd64/src/interrupt.c
150,11 → 150,13
#endif
}
 
#ifdef CONFIG_SMP
static void tlb_shootdown_ipi(int n, istate_t *istate)
{
trap_virtual_eoi();
tlb_shootdown_ipi_recv();
}
#endif
 
/** Handler of IRQ exceptions */
static void irq_interrupt(int n, istate_t *istate)