Changeset 8f80c77 in mainline for kernel/generic/src/mm/as.c


Ignore:
Timestamp:
2010-06-08T21:26:22Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1113c9e
Parents:
2d3ddad
Message:

Lock/interrupt assertions in the code are self-documenting. No need to have that information duplicated in the comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/mm/as.c

    r2d3ddad r8f80c77  
    801801/** Check access mode for address space area.
    802802 *
    803  * The address space area must be locked prior to this call.
    804  *
    805803 * @param area   Address space area.
    806804 * @param access Access mode.
     
    12141212/** Compute flags for virtual address translation subsytem.
    12151213 *
    1216  * The address space area must be locked.
    1217  * Interrupts must be disabled.
    1218  *
    12191214 * @param area Address space area.
    12201215 *
     
    13161311
    13171312/** Find address space area and lock it.
    1318  *
    1319  * The address space must be locked and interrupts must be disabled.
    13201313 *
    13211314 * @param as Address space.
     
    13811374
    13821375/** Check area conflicts with other areas.
    1383  *
    1384  * The address space must be locked and interrupts must be disabled.
    13851376 *
    13861377 * @param as         Address space.
Note: See TracChangeset for help on using the changeset viewer.