Changeset b97b348 in mainline for boot/arch/sparc64/src/asm.S


Ignore:
Timestamp:
2010-05-12T20:00:19Z (15 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
  • boot/arch/sparc64/src/asm.S

    rf09d891 rb97b348  
    182182         * (subarch).
    183183         */
    184         cmp %i2, SUBARCH_US3
     184        cmp %o2, SUBARCH_US3
    185185        be %xcc, 1f
    186186        nop
     
    199199       
    200200        ! Jump to kernel
    201         mov %o0, %l1
    202         mov %o1, %o0
    203         mov %o3, %o1
    204        
    205         jmp %l1
     201        jmp %o3
    206202        nop
    207203
Note: See TracChangeset for help on using the changeset viewer.