Changeset 94d614e in mainline for kernel/arch/sparc64/src/sparc64.c


Ignore:
Timestamp:
2006-07-13T17:32:38Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a5f76758
Parents:
63cda71
Message:

Remove OpenFirmware calls from kernel/ entirely.

Switch the sparc64 port to use bootinfo.

Copy memcpy from boot/ to sparc64 kernel/ and
adjust it for memcpy_from/to_uspace.

File:
1 edited

Legend:

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

    r63cda71 r94d614e  
    4040#include <proc/thread.h>
    4141#include <console/console.h>
     42#include <arch/boot/boot.h>
    4243
    43 #include <print.h>
    44 #include <genarch/ofw/ofw.h>
    45 #include <arch/asm.h>
    46 #include <arch/register.h>
     44bootinfo_t bootinfo;
     45
    4746void arch_pre_mm_init(void)
    4847{
    49         interrupts_disable();
    50         ofw_sparc64_console_init();
    51 
    5248        trap_init();
    5349        tick_init();
Note: See TracChangeset for help on using the changeset viewer.