Changeset 8f91729 in mainline for arch/ppc/src/start.S
- Timestamp:
- 2005-08-31T11:43:38Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e291e5d
- Parents:
- b9e97fb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc/src/start.S
rb9e97fb r8f91729 34 34 35 35 kernel_image_start: 36 bl early_init 36 lis r4, ofw@ha 37 addi r4, r4, ofw@l 38 stw r5, 0(r4) 37 39 38 40 lis r3, _hardcoded_ktext_size@ha … … 54 56 stw r3, 0(r4) 55 57 58 bl ofw_init 59 56 60 b main_bsp
Note:
See TracChangeset
for help on using the changeset viewer.