Changeset 7f0e7b6 in mainline
- Timestamp:
- 2010-06-22T20:55:40Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1e3c2f1
- Parents:
- 3193c05
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/start.S
r3193c05 r7f0e7b6 157 157 loadrs 158 158 159 # Initialize memory stack to some sane value 160 movl r12 = stack0 ;; 161 add r12 = -16, r12 /* allocate a scratch area on the stack */ 159 # 160 # Initialize memory stack to some sane value and allocate a scratch are 161 # on it. 162 # 163 movl sp = stack0 ;; 164 add sp = -16, sp 162 165 163 166 # Initialize gp (Global Pointer) register
Note:
See TracChangeset
for help on using the changeset viewer.