Changeset ef67bab in mainline for arch/mips32/src/mm/as.c
- Timestamp:
- 2006-02-01T00:02:16Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 071a8ae6
- Parents:
- fc1e4f6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/mm/as.c
rfc1e4f6 ref67bab 28 28 29 29 #include <arch/mm/as.h> 30 #include <genarch/mm/as_pt.h> 30 31 #include <arch/mm/tlb.h> 31 32 #include <mm/tlb.h> … … 33 34 #include <arch/cp0.h> 34 35 #include <arch.h> 36 37 /** Architecture dependent address space init. */ 38 void as_arch_init(void) 39 { 40 as_operations = &as_pt_operations; 41 } 35 42 36 43 /** Install address space. … … 57 64 interrupts_restore(ipl); 58 65 } 66
Note:
See TracChangeset
for help on using the changeset viewer.