Changeset 7f1bfce in mainline for arch/ia64/src/start.S
- Timestamp:
- 2005-05-17T20:46:19Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6b96ab44
- Parents:
- 87be9cfb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/src/start.S
r87be9cfb r7f1bfce 35 35 stack0: 36 36 kernel_image_start: 37 .auto 38 # initialize PSR 39 mov psr.l = r0 40 37 41 # initialize register stack 38 alloc r1 = ar.pfs, 0, 0, 0, 0 ;; 42 mov ar.rsc = r0 43 loadrs 39 44 45 .explicit 40 46 # initialize memory stack to some sane value 41 movl r12=stack0 47 movl r12 = stack0 ;; 48 add r12 = - 16, r12 /* allocate a scratch area on the stack */ 42 49 43 50 # initialize gp (Global Pointer) register
Note:
See TracChangeset
for help on using the changeset viewer.