Changeset 94d614e in mainline for boot/arch/sparc64/loader/asm.S
- Timestamp:
- 2006-07-13T17:32:38Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a5f76758
- Parents:
- 63cda71
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/sparc64/loader/asm.S
r63cda71 r94d614e 99 99 100 100 jump_to_kernel: 101 set ofw_cif, %l0 102 jmp %o0 ! jump to kernel 103 ldx [%l0], %o4 ! pass OpenFirmware address in %o4 101 mov %o0, %l1 102 mov %o1, %o0 103 mov %o2, %o1 104 jmp %l1 ! jump to kernel 105 nop 104 106 105 107 .global ofw
Note:
See TracChangeset
for help on using the changeset viewer.