Changeset 6ed5352 in mainline for arch/sparc64/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/sparc64/src/mm/tlb.c
r86c9e37 r6ed5352 29 29 #include <arch/mm/tlb.h> 30 30 #include <mm/tlb.h> 31 #include <genarch/mm/asid_fifo.h> 31 32 #include <arch/mm/frame.h> 32 33 #include <arch/mm/page.h> … … 55 56 frame_address_t fr; 56 57 page_address_t pg; 58 59 asid_fifo_init(); 57 60 58 61 fr.address = config.base;
Note:
See TracChangeset
for help on using the changeset viewer.