Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3851 → Rev 3850

/trunk/kernel/arch/amd64/src/interrupt.c
150,13 → 150,11
#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)