Changeset d0a0f12 in mainline for arch/mips32/src/mm/as.c
- Timestamp:
- 2006-02-10T14:12:57Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0882a9a
- Parents:
- a3eeceb6
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.