Changeset 398e7688 in mainline for boot/arch/sparc64/loader/boot.S
- Timestamp:
- 2006-09-29T18:01:54Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 34bd143
- Parents:
- c23baab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/sparc64/loader/boot.S
rc23baab r398e7688 59 59 * Disable interrupts and disable address masking. 60 60 */ 61 rdpr %pstate, %g2 62 and %g2, ~(PSTATE_IE_BIT|PSTATE_AM_BIT), %g2 63 wrpr %g2, 0, %pstate 61 wrpr %g0, PSTATE_PRIV_BIT, %pstate 64 62 65 set initial_stack_top, % g366 add % g3, -STACK_BIAS, %sp63 set initial_stack_top, %sp 64 add %sp, -STACK_BIAS, %sp 67 65 68 66 set ofw_cif, %l0
Note:
See TracChangeset
for help on using the changeset viewer.