Changeset 6ed5352 in mainline for arch/mips32/src/mm/tlb.c
- Timestamp:
- 2006-01-21T17:44:26Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bd6e392
- Parents:
- 86c9e37
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/mm/tlb.c
r86c9e37 r6ed5352 29 29 #include <arch/mm/tlb.h> 30 30 #include <mm/asid.h> 31 #include <genarch/mm/asid_fifo.h> 31 32 #include <mm/tlb.h> 32 33 #include <mm/page.h> … … 57 58 { 58 59 int i; 60 61 asid_fifo_init(); 59 62 60 63 cp0_pagemask_write(TLB_PAGE_MASK_16K);
Note:
See TracChangeset
for help on using the changeset viewer.