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