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


Ignore:
Timestamp:
2010-06-08T21:26:22Z (15 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/page.c

    r2d3ddad r8f80c77  
    108108 * using flags. Allocate and setup any missing page tables.
    109109 *
    110  * The page table must be locked and interrupts must be disabled.
    111  *
    112110 * @param as    Address space to wich page belongs.
    113111 * @param page  Virtual address of the page to be mapped.
     
    138136 * this call visible.
    139137 *
    140  * The page table must be locked and interrupts must be disabled.
    141  *
    142138 * @param as   Address space to wich page belongs.
    143139 * @param page Virtual address of the page to be demapped.
     
    162158 * Find mapping for virtual page.
    163159 *
    164  * The page table must be locked and interrupts must be disabled.
    165  *
    166160 * @param as   Address space to wich page belongs.
    167161 * @param page Virtual page.
Note: See TracChangeset for help on using the changeset viewer.