Changeset d0a0f12 in mainline for arch/sparc64/src
- 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/sparc64/src/mm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/sparc64/src/mm/as.c
ra3eeceb6 rd0a0f12 29 29 #include <arch/mm/as.h> 30 30 #include <genarch/mm/as_ht.h> 31 #include <genarch/mm/asid_fifo.h> 31 32 32 33 /** Architecture dependent address space init. */ … … 34 35 { 35 36 as_operations = &as_ht_operations; 37 asid_fifo_init(); 36 38 } -
arch/sparc64/src/mm/tlb.c
ra3eeceb6 rd0a0f12 29 29 #include <arch/mm/tlb.h> 30 30 #include <mm/tlb.h> 31 #include <genarch/mm/asid_fifo.h>32 31 #include <arch/mm/frame.h> 33 32 #include <arch/mm/page.h> … … 56 55 frame_address_t fr; 57 56 page_address_t pg; 58 59 asid_fifo_init();60 57 61 58 fr.address = config.base;
Note:
See TracChangeset
for help on using the changeset viewer.
