Changeset c23baab in mainline for kernel/arch/sparc64/src/mm/tlb.c
- Timestamp:
- 2006-09-29T10:18:35Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 398e7688
- Parents:
- 00b38a3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/mm/tlb.c
r00b38a3 rc23baab 72 72 { 73 73 /* 74 * TLBs are actually initialized early 75 * in start.S. 74 * Invalidate all non-locked DTLB and ITLB entries. 76 75 */ 76 tlb_invalidate_all(); 77 77 } 78 78
Note:
See TracChangeset
for help on using the changeset viewer.