Changeset 24241cf in mainline for arch/mips/src/mm/frame.c
- Timestamp:
- 2005-09-10T17:30:56Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a1493d9
- Parents:
- 9060bd1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips/src/mm/frame.c
r9060bd1 r24241cf 29 29 #include <arch/mm/frame.h> 30 30 #include <mm/frame.h> 31 #include <arch/asm/boot.h> 32 #include <arch/mm/page.h> 31 33 32 34 void frame_arch_init(void) 33 35 { 34 /* Disable first megabyte (God knows why)*/35 frame_region_not_free(0, 1024*1024);36 /* Disable Everything until load address */ 37 frame_region_not_free(0, KA2PA(KERNEL_LOAD_ADDRESS)); 36 38 }
Note:
See TracChangeset
for help on using the changeset viewer.