Changes in kernel/arch/sparc64/src/sun4u/start.S [7f1d897:be6cef1b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/sun4u/start.S
r7f1d897 rbe6cef1b 293 293 * Call arch_pre_main(bootinfo) 294 294 */ 295 mov %o1, %o0 295 296 call arch_pre_main 296 mov %o1, %o0 297 298 /* 299 * Create the first stack frame. 300 */ 301 save %sp, -(STACK_WINDOW_SAVE_AREA_SIZE + STACK_ARG_SAVE_AREA_SIZE), %sp 302 flushw 303 add %g0, -STACK_BIAS, %fp 304 297 nop 298 305 299 call main_bsp 306 300 nop … … 309 303 310 304 0: 311 ba,a %xcc, 0b 305 ba %xcc, 0b 306 nop 312 307 313 308 … … 359 354 ldx [%g1], %o6 360 355 361 /*362 * Create the first stack frame.363 */364 save %sp, -(STACK_WINDOW_SAVE_AREA_SIZE + STACK_ARG_SAVE_AREA_SIZE), %sp365 flushw366 add %g0, -STACK_BIAS, %fp367 368 356 call main_ap 369 357 nop … … 373 361 374 362 0: 375 ba,a %xcc, 0b 363 ba %xcc, 0b 364 nop 376 365 377 366
Note:
See TracChangeset
for help on using the changeset viewer.