Changeset 8440473 in mainline for kernel/generic/src/mm/as.c
- Timestamp:
- 2006-10-26T21:36:32Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8c84448
- Parents:
- 19dce27
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/mm/as.c
r19dce27 r8440473 193 193 /* 194 194 * Destroy address space areas of the address space. 195 * The B+t ee must be walked carefully because it is195 * The B+tree must be walked carefully because it is 196 196 * also being destroyed. 197 197 */ … … 417 417 * Finish TLB shootdown sequence. 418 418 */ 419 tlb_invalidate_pages( AS->asid, area->base + pages*PAGE_SIZE, area->pages - pages);419 tlb_invalidate_pages(as->asid, area->base + pages*PAGE_SIZE, area->pages - pages); 420 420 tlb_shootdown_finalize(); 421 421 … … 610 610 /* 611 611 * Now we are committed to sharing the area. 612 * First prepare the area for sharing.612 * First, prepare the area for sharing. 613 613 * Then it will be safe to unlock it. 614 614 */
Note:
See TracChangeset
for help on using the changeset viewer.