Changes in kernel/arch/sparc64/src/sun4v/asm.S [9d58539:a52e2f4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/sun4v/asm.S
r9d58539 ra52e2f4 27 27 # 28 28 29 #include <abi/asmtool.h> 29 30 #include <arch/mm/mmu.h> 30 31 #include <arch/regdef.h> … … 39 40 * %o2 Userspace address of uarg structure. 40 41 */ 41 .global switch_to_userspace 42 switch_to_userspace: 42 FUNCTION_BEGIN(switch_to_userspace) 43 43 save %o1, -(STACK_WINDOW_SAVE_AREA_SIZE + STACK_ARG_SAVE_AREA_SIZE), %sp 44 44 flushw … … 75 75 wrpr %g0, WSTATE_OTHER(0) | WSTATE_NORMAL(1), %wstate 76 76 done ! jump to userspace 77 FUNCTION_END(switch_to_userspace)
Note:
See TracChangeset
for help on using the changeset viewer.