Changeset 98000fb in mainline for kernel/arch/ia32/src/mm
- Timestamp:
- 2009-06-03T19:34:45Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 301ff30
- Parents:
- 69e68e3
- Location:
- kernel/arch/ia32/src/mm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/mm/frame.c
r69e68e3 r98000fb 71 71 #endif 72 72 pfn_t pfn; 73 count_t count;73 size_t count; 74 74 75 75 if (e820table[i].type == MEMMAP_MEMORY_AVAILABLE) { -
kernel/arch/ia32/src/mm/tlb.c
r69e68e3 r98000fb 60 60 * @param cnt Number of entries to invalidate. 61 61 */ 62 void tlb_invalidate_pages(asid_t asid __attribute__((unused)), uintptr_t page, count_t cnt)62 void tlb_invalidate_pages(asid_t asid __attribute__((unused)), uintptr_t page, size_t cnt) 63 63 { 64 64 unsigned int i;
Note:
See TracChangeset
for help on using the changeset viewer.
