Ignore:
Timestamp:
2009-11-06T16:59:40Z (14 years ago)
Author:
Pavel Rimsky <pavel@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
74cbac7d
Parents:
66e08d02
Message:

TLB & CPU init implemented, now the code reaches creation of the first thread.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/sun4v/sparc64.c

    r66e08d02 rb4655da  
    3838#include <arch/trap/trap.h>
    3939#include <arch/console.h>
     40#include <arch/sun4v/md.h>
    4041#include <console/console.h>
    4142#include <arch/boot/boot.h>
     
    6869                    bootinfo.taskmap.tasks[i].name);
    6970        }
     71
     72        md_init();
    7073}
    7174
Note: See TracChangeset for help on using the changeset viewer.