Changeset 7c8e1e1 in mainline for kernel/arch/sparc64/src/sun4v/start.S
- Timestamp:
- 2010-05-21T23:02:10Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ecbd287d
- Parents:
- 3500f75 (diff), 0242621 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/sun4v/start.S
r3500f75 r7c8e1e1 219 219 ! on APs skip executing the following code 220 220 cmp %l7, 0 221 be 1f221 be %xcc, 1f 222 222 nop 223 223 … … 260 260 261 261 0: 262 ba 0b262 ba %xcc, 0b 263 263 nop 264 264 … … 295 295 /* Not reached. */ 296 296 0: 297 ba 0b297 ba %xcc, 0b 298 298 nop 299 299 … … 314 314 before_ap_boots: 315 315 setx 0x80400000, %g0, %o0 316 ba kernel_image_start316 ba %xcc, kernel_image_start 317 317 nop 318 318
Note:
See TracChangeset
for help on using the changeset viewer.