Changeset 8f80c77 in mainline for kernel/genarch/src/mm/page_ht.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/genarch/src/mm/page_ht.c

    r2d3ddad r8f80c77  
    170170 * Map virtual address page to physical address frame
    171171 * using flags.
    172  *
    173  * The page table must be locked and interrupts must be disabled.
    174172 *
    175173 * @param as    Address space to which page belongs.
     
    217215 * this call visible.
    218216 *
    219  * The page table must be locked and interrupts must be disabled.
    220  *
    221217 * @param as   Address space to wich page belongs.
    222218 * @param page Virtual address of the page to be demapped.
     
    245241 * Find mapping for virtual page.
    246242 *
    247  * The page table must be locked and interrupts must be disabled.
    248  *
    249243 * @param as   Address space to wich page belongs.
    250244 * @param page Virtual page.
Note: See TracChangeset for help on using the changeset viewer.