Changeset f47fd19 in mainline for kernel/arch/ia64/src/mm/tlb.c
- Timestamp:
- 2006-08-21T13:36:34Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a7961271
- Parents:
- ee289cf0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/mm/tlb.c
ree289cf0 rf47fd19 507 507 if (t) { 508 508 /* 509 * The mapping was found in software page hash table.509 * The mapping was found in the software page hash table. 510 510 * Insert it into data translation cache. 511 511 */ … … 514 514 } else { 515 515 /* 516 * Forward the page fault to address space page fault handler.516 * Forward the page fault to the address space page fault handler. 517 517 */ 518 518 page_table_unlock(AS, true);
Note:
See TracChangeset
for help on using the changeset viewer.