Changeset f3a3f0d7 in mainline


Ignore:
Timestamp:
2006-06-12T20:00:32Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
279952c
Parents:
8abbcc9
Message:

Improve comments.
Replace 'process' with 'task'.

Location:
generic/src/ipc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • generic/src/ipc/ipcrsc.c

    r8abbcc9 rf3a3f0d7  
    8989 * *** The answerbox hangs up (ipc_answer(EHANGUP))
    9090 * - The phone is disconnected. EHANGUP response code is sent
    91  *   to the calling process. All new calls through this phone
     91 *   to the calling task. All new calls through this phone
    9292 *   get a EHUNGUP error code, the task is expected to
    9393 *   send an sys_ipc_hangup after cleaning up it's internal structures.
  • generic/src/ipc/irq.c

    r8abbcc9 rf3a3f0d7  
    256256}
    257257
    258 /** Notify process that an irq had happend
     258/** Notify task that an irq had occurred.
    259259 *
    260260 * We expect interrupts to be disabled
Note: See TracChangeset for help on using the changeset viewer.