Ignore:
Timestamp:
2010-05-12T20:00:19Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
be6cef1b
Parents:
f09d891
Message:

do not use ofw_quiesce() (it can actually make more harm than good)
fix the order of arguments passed from the bootloader to kernel on sparc64 (this fixes booting on machines with non-zero physical address start)
remove separate cache.S, use the code directly in start.S

File:
1 edited

Legend:

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

    rf09d891 rb97b348  
    433433        if (__hypercall_fast4(CPU_START, cpuid,
    434434            (uint64_t) KA2PA(kernel_image_start), KA2PA(trap_table),
    435             physmem_start) != EOK)
     435            physmem_base) != EOK)
    436436                return false;
    437437#endif
Note: See TracChangeset for help on using the changeset viewer.