Changeset c92af69b in mainline
- Timestamp:
- 2010-05-22T09:09:24Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d806ce1
- Parents:
- 34bf3d5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/sun4v/start.S
r34bf3d5 rc92af69b 252 252 or %l1, %g0, %o0 253 253 254 /* 255 * Create the first stack frame. 256 */ 257 save %sp, -(STACK_WINDOW_SAVE_AREA_SIZE + STACK_ARG_SAVE_AREA_SIZE), %sp 258 flushw 259 add %g0, -STACK_BIAS, %fp 260 254 261 call main_bsp 255 262 nop … … 285 292 add %g1, OFFSET_SP, %g1 286 293 ldx [%g1], %o6 294 295 /* 296 * Create the first stack frame. 297 */ 298 save %sp, -(STACK_WINDWO_SAVE_AREA_SIZE + STACK_ARG_SAVE_AREA_SIZE), %sp 299 flushw 300 add %g0, -STACK_BIAS, %fp 287 301 288 302 call main_ap
Note:
See TracChangeset
for help on using the changeset viewer.