Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1697 → Rev 1698

/kernel/trunk/generic/src/ipc/ipcrsc.c
88,7 → 88,7
*
* *** The answerbox hangs up (ipc_answer(EHANGUP))
* - The phone is disconnected. EHANGUP response code is sent
* to the calling process. All new calls through this phone
* to the calling task. All new calls through this phone
* get a EHUNGUP error code, the task is expected to
* send an sys_ipc_hangup after cleaning up it's internal structures.
*
/kernel/trunk/generic/src/ipc/irq.c
255,7 → 255,7
spinlock_unlock(&irq_conns[mq].lock);
}
 
/** Notify process that an irq had happend
/** Notify task that an irq had occurred.
*
* We expect interrupts to be disabled
*/