Changeset 24241cf in mainline for arch/mips/src/mm/frame.c


Ignore:
Timestamp:
2005-09-10T17:30:56Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a1493d9
Parents:
9060bd1
Message:

Basic changes to boot it on SGI Indy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips/src/mm/frame.c

    r9060bd1 r24241cf  
    2929#include <arch/mm/frame.h>
    3030#include <mm/frame.h>
     31#include <arch/asm/boot.h>
     32#include <arch/mm/page.h>
    3133
    3234void frame_arch_init(void)
    3335{
    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));
    3638}
Note: See TracChangeset for help on using the changeset viewer.