Changeset 98000fb in mainline for kernel/arch/ppc32/src/mm
- Timestamp:
- 2009-06-03T19:34:45Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 301ff30
- Parents:
- 69e68e3
- Location:
- kernel/arch/ppc32/src/mm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/src/mm/frame.c
r69e68e3 r98000fb 58 58 { 59 59 pfn_t minconf = 2; 60 count_t i;60 size_t i; 61 61 pfn_t start, conf; 62 62 size_t size; -
kernel/arch/ppc32/src/mm/tlb.c
r69e68e3 r98000fb 550 550 551 551 552 void tlb_invalidate_pages(asid_t asid, uintptr_t page, count_t cnt)552 void tlb_invalidate_pages(asid_t asid, uintptr_t page, size_t cnt) 553 553 { 554 554 // TODO
Note:
See TracChangeset
for help on using the changeset viewer.