Changeset ef67bab in mainline for arch/ia64/src/mm/tlb.c
- Timestamp:
- 2006-02-01T00:02:16Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 071a8ae6
- Parents:
- fc1e4f6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/src/mm/tlb.c
rfc1e4f6 ref67bab 34 34 #include <arch/mm/asid.h> 35 35 36 /** Invalidate all TLB entries. 37 * 38 * Because of ASID management, region registers must be reset 39 * with new RIDs derived from the potentionally new ASID. 40 */ 36 /** Invalidate all TLB entries. */ 41 37 void tlb_invalidate_all(void) 42 38 {
Note:
See TracChangeset
for help on using the changeset viewer.