Changeset 2e672fd in mainline for arch/sparc64/loader/boot.S
- Timestamp:
- 2006-07-10T20:48:40Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- daab5145
- Parents:
- 822b64e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/sparc64/loader/boot.S
r822b64e r2e672fd 29 29 #define INITIAL_STACK 0x0 30 30 31 #define PSTATE_IE_BIT 2 32 31 33 .register %g2, #scratch 32 34 .register %g3, #scratch … … 53 55 flushw 54 56 57 /* 58 * Disable interrupts. 59 */ 60 rdpr %pstate, %g2 61 and %g2, ~PSTATE_IE_BIT, %g2 ! mask the Interrupt Enable bit 62 wrpr %g2, 0, %pstate 63 55 64 # TODO: set initial stack 56 65 57 set ofw , %l066 set ofw_cif, %l0 58 67 59 68 call init ! initialize OpenFirmware
Note:
See TracChangeset
for help on using the changeset viewer.