Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1259 → Rev 1260

/kernel/trunk/arch/mips32/src/interrupt.c
102,7 → 102,6
int_register(1, "swint1", swint1);
}
 
#include <print.h>
static void ipc_int(int n, istate_t *istate)
{
ipc_irq_send_notif(n-INT_OFFSET);