Changeset 560b81c in mainline for kernel/arch/ia64/src/mm/tlb.c
- Timestamp:
- 2016-09-17T15:09:40Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ae66564
- Parents:
- 97b8ca9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/mm/tlb.c
r97b8ca9 r560b81c 492 492 bool found = page_mapping_find(AS, va, true, &t); 493 493 if (found) { 494 ASSERT(t.p); 495 494 496 /* 495 497 * The mapping was found in software page hash table. … … 603 605 bool found = page_mapping_find(as, va, true, &t); 604 606 if (found) { 607 ASSERT(t.p); 608 605 609 /* 606 610 * The mapping was found in the software page hash table.
Note:
See TracChangeset
for help on using the changeset viewer.