Changeset aa85487 in mainline for kernel/arch/sparc64/include/trap/regwin.h
- Timestamp:
- 2010-03-07T15:11:56Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- aadf01e
- Parents:
- 2e99277 (diff), 137691a (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/include/trap/regwin.h
r2e99277 raa85487 183 183 add %l0, 1, %l0 184 184 wrpr %l0, 0, %cleanwin 185 #if defined(SUN4U) 185 186 mov %r0, %l0 186 187 mov %r0, %l1 … … 199 200 mov %r0, %o6 200 201 mov %r0, %o7 202 #endif 201 203 retry 202 204 .endm 203 205 #endif /* __ASM__ */ 204 206 205 #if defined 207 #if defined(SUN4U) 206 208 #include <arch/trap/sun4u/regwin.h> 207 #elif defined 209 #elif defined(SUN4V) 208 210 #include <arch/trap/sun4v/regwin.h> 209 211 #endif
Note:
See TracChangeset
for help on using the changeset viewer.