Changeset d0a0f12 in mainline for arch/mips32
- Timestamp:
- 2006-02-10T14:12:57Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0882a9a
- Parents:
- a3eeceb6
- Location:
- arch/mips32/src/mm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/mm/as.c
ra3eeceb6 rd0a0f12 29 29 #include <arch/mm/as.h> 30 30 #include <genarch/mm/as_pt.h> 31 #include <genarch/mm/asid_fifo.h> 31 32 #include <arch/mm/tlb.h> 32 33 #include <mm/tlb.h> … … 39 40 { 40 41 as_operations = &as_pt_operations; 42 asid_fifo_init(); 41 43 } 42 44 -
arch/mips32/src/mm/tlb.c
ra3eeceb6 rd0a0f12 29 29 #include <arch/mm/tlb.h> 30 30 #include <mm/asid.h> 31 #include <genarch/mm/asid_fifo.h>32 31 #include <mm/tlb.h> 33 32 #include <mm/page.h> … … 58 57 { 59 58 int i; 60 61 asid_fifo_init();62 59 63 60 cp0_pagemask_write(TLB_PAGE_MASK_16K);
Note:
See TracChangeset
for help on using the changeset viewer.