Changeset 2299914 in mainline for generic/src/mm/page.c


Ignore:
Timestamp:
2006-03-16T12:57:31Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e898a8d7
Parents:
b7dcabb
Message:

Page table locking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/mm/page.c

    rb7dcabb r2299914  
    7777 * using 'flags'. Allocate and setup any missing page tables.
    7878 *
    79  * The address space must be locked and interrupts must be disabled.
     79 * The page table must be locked and interrupts must be disabled.
    8080 *
    8181 * @param as Address space to wich page belongs.
     
    9898 * this call visible.
    9999 *
    100  * The address space must be locked and interrupts must be disabled.
     100 * The page table must be locked and interrupts must be disabled.
    101101 *
    102102 * @param as Address space to wich page belongs.
     
    115115 * Find mapping for virtual page.
    116116 *
    117  * The address space must be locked and interrupts must be disabled.
     117 * The page table must be locked and interrupts must be disabled.
    118118 *
    119119 * @param as Address space to wich page belongs.
Note: See TracChangeset for help on using the changeset viewer.