Changeset 8f91729 in mainline for arch/ppc/src/start.S


Ignore:
Timestamp:
2005-08-31T11:43:38Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e291e5d
Parents:
b9e97fb
Message:

separated stack mapping

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc/src/start.S

    rb9e97fb r8f91729  
    3434
    3535kernel_image_start:
    36         bl early_init
     36        lis r4, ofw@ha
     37        addi r4, r4, ofw@l
     38        stw r5, 0(r4)
    3739       
    3840        lis r3, _hardcoded_ktext_size@ha
     
    5456        stw r3, 0(r4)
    5557       
     58        bl ofw_init
     59       
    5660        b main_bsp
Note: See TracChangeset for help on using the changeset viewer.