Changeset 21373712 in mainline for kernel/arch/sparc64/src/trap/sun4v/trap_table.S
- Timestamp:
- 2014-11-19T22:16:11Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 759ea0d
- Parents:
- 3349e7d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/trap/sun4v/trap_table.S
r3349e7d r21373712 897 897 brnz %g3, 2f 898 898 nop 899 rdpr %otherwin, %g4 900 brnz %g4, 1f 901 nop 902 903 /* OTHERWIN is zero, we are spilling a kernel window. */ 899 904 INLINE_SPILL %g3, %g4 905 ba,a %xcc, 2f 906 907 1: 908 /* OTHERWIN is non-zero, we are spilling a uspace window. */ 909 INLINE_SPILL_TO_WBUF %g3, %g4, %g7 900 910 901 911 2:
Note:
See TracChangeset
for help on using the changeset viewer.