Changes in kernel/arch/sparc64/src/sun4v/asm.S [a52e2f4:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/sun4v/asm.S
ra52e2f4 r9d58539 27 27 # 28 28 29 #include <abi/asmtool.h>30 29 #include <arch/mm/mmu.h> 31 30 #include <arch/regdef.h> … … 40 39 * %o2 Userspace address of uarg structure. 41 40 */ 42 FUNCTION_BEGIN(switch_to_userspace) 41 .global switch_to_userspace 42 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.