Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/sun4v/asm.S

    ra52e2f4 r9d58539  
    2727#
    2828
    29 #include <abi/asmtool.h>
    3029#include <arch/mm/mmu.h>
    3130#include <arch/regdef.h>
     
    4039 * %o2  Userspace address of uarg structure.
    4140 */
    42 FUNCTION_BEGIN(switch_to_userspace)
     41.global switch_to_userspace
     42switch_to_userspace:
    4343        save %o1, -(STACK_WINDOW_SAVE_AREA_SIZE + STACK_ARG_SAVE_AREA_SIZE), %sp
    4444        flushw
     
    7575        wrpr %g0, WSTATE_OTHER(0) | WSTATE_NORMAL(1), %wstate
    7676        done                            ! jump to userspace
    77 FUNCTION_END(switch_to_userspace)
Note: See TracChangeset for help on using the changeset viewer.