- Timestamp:
- 2006-09-29T18:01:54Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 34bd143
- Parents:
- c23baab
- Location:
- boot/arch/sparc64/loader
- Files:
-
- 2 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 -
boot/arch/sparc64/loader/register.h
rc23baab r398e7688 31 31 32 32 #define PSTATE_IE_BIT 2 33 #define PSTATE_PRIV_BIT 4 33 34 #define PSTATE_AM_BIT 8 34 35
Note:
See TracChangeset
for help on using the changeset viewer.