Changeset 2299914 in mainline for generic/src/mm/page.c
- Timestamp:
- 2006-03-16T12:57:31Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e898a8d7
- Parents:
- b7dcabb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/mm/page.c
rb7dcabb r2299914 77 77 * using 'flags'. Allocate and setup any missing page tables. 78 78 * 79 * The address space must be locked and interrupts must be disabled.79 * The page table must be locked and interrupts must be disabled. 80 80 * 81 81 * @param as Address space to wich page belongs. … … 98 98 * this call visible. 99 99 * 100 * The address space must be locked and interrupts must be disabled.100 * The page table must be locked and interrupts must be disabled. 101 101 * 102 102 * @param as Address space to wich page belongs. … … 115 115 * Find mapping for virtual page. 116 116 * 117 * The address space must be locked and interrupts must be disabled.117 * The page table must be locked and interrupts must be disabled. 118 118 * 119 119 * @param as Address space to wich page belongs.
Note:
See TracChangeset
for help on using the changeset viewer.