Changeset 46c20c8 in mainline for kernel/arch/sparc64/src/trap/sun4u/trap_table.S
- Timestamp:
- 2010-11-26T20:08:10Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 45df59a
- Parents:
- fb150d78 (diff), ffdd2b9 (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 moved
-
kernel/arch/sparc64/src/trap/sun4u/trap_table.S (moved) (moved from kernel/arch/sparc64/src/trap/trap_table.S ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/trap/sun4u/trap_table.S
rfb150d78 r46c20c8 481 481 be %xcc, 1f 482 482 nop 483 0: ba %xcc, 0b ! this is for debugging, if we ever get here 484 nop ! it will be easy to find 483 ! this is for debugging, if we ever get here it will be easy to find 484 0: ba,a %xcc, 0b 485 485 486 486 1: … … 546 546 547 547 .if NOT(\is_syscall) 548 ba %xcc, 1f 549 nop 548 ba,a %xcc, 1f 550 549 0: 551 550 save %sp, -PREEMPTIBLE_HANDLER_STACK_FRAME_SIZE, %sp
Note:
See TracChangeset
for help on using the changeset viewer.
