Changeset 88169d9 in mainline for genarch/src/mm/asid.c
- Timestamp:
- 2006-06-07T00:34:09Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 977649b
- Parents:
- 590cb380
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
genarch/src/mm/asid.c
r590cb380 r88169d9 125 125 */ 126 126 tlb_shootdown_start(TLB_INVL_ASID, asid, 0, 0); 127 tlb_invalidate_asid(asid); 127 128 tlb_shootdown_finalize(); 128 tlb_invalidate_asid(asid);129 129 } else { 130 130 … … 136 136 asid = asid_find_free(); 137 137 asids_allocated++; 138 139 /* 140 * Purge the allocated rid from TLBs. 141 */ 142 tlb_shootdown_start(TLB_INVL_ASID, asid, 0, 0); 143 tlb_invalidate_asid(asid); 144 tlb_shootdown_finalize(); 138 145 } 139 146
Note:
See TracChangeset
for help on using the changeset viewer.