Subversion Repositories HelenOS-historic

Rev

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

Rev 1693 Rev 1698
Line 253... Line 253...
253
        send_call(mq, call);
253
        send_call(mq, call);
254
    }
254
    }
255
    spinlock_unlock(&irq_conns[mq].lock);
255
    spinlock_unlock(&irq_conns[mq].lock);
256
}
256
}
257
 
257
 
258
/** Notify process that an irq had happend
258
/** Notify task that an irq had occurred.
259
 *
259
 *
260
 * We expect interrupts to be disabled
260
 * We expect interrupts to be disabled
261
 */
261
 */
262
void ipc_irq_send_notif(int irq)
262
void ipc_irq_send_notif(int irq)
263
{
263
{