Changeset d806ce1 in mainline
- Timestamp:
- 2010-05-22T09:15:09Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7f1d897
- Parents:
- c92af69b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/sun4u/start.S
rc92af69b rd806ce1 293 293 * Call arch_pre_main(bootinfo) 294 294 */ 295 call arch_pre_main 295 296 mov %o1, %o0 296 call arch_pre_main297 nop298 297 299 298 call main_bsp … … 303 302 304 303 0: 305 ba %xcc, 0b 306 nop 304 ba,a %xcc, 0b 307 305 308 306 … … 361 359 362 360 0: 363 ba %xcc, 0b 364 nop 361 ba,a %xcc, 0b 365 362 366 363
Note:
See TracChangeset
for help on using the changeset viewer.