Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1701 → Rev 1702

/kernel/trunk/generic/src/ipc/ipc.c
26,6 → 26,14
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup genericipc IPC
* @ingroup kernel
* @brief Interprocess communication protocol
* @{
*/
/** @file
*/
 
/* Lock ordering
*
* First the answerbox, then the phone
523,3 → 531,7
spinlock_unlock(&task->answerbox.lock);
spinlock_unlock(&task->lock);
}
 
/** @}
*/