Changeset 7f0837c in mainline for generic/src/mm/page.c
- Timestamp:
- 2006-04-24T12:59:11Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fd8af4b
- Parents:
- 24f3874
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/mm/page.c
r24f3874 r7f0837c 74 74 /** Insert mapping of page to frame. 75 75 * 76 * Map virtual address 'page' to physical address 'frame'77 * using 'flags'. Allocate and setup any missing page tables.76 * Map virtual address @page to physical address @frame 77 * using @flags. Allocate and setup any missing page tables. 78 78 * 79 79 * The page table must be locked and interrupts must be disabled. … … 94 94 /** Remove mapping of page. 95 95 * 96 * Remove any mapping of 'page' within address space 'as'.96 * Remove any mapping of @page within address space @as. 97 97 * TLB shootdown should follow in order to make effects of 98 98 * this call visible.
Note:
See TracChangeset
for help on using the changeset viewer.