Changeset 32573ff in mainline for kernel/arch/sparc64/src/sun4v/asm.S


Ignore:
Timestamp:
2016-05-02T20:58:16Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7c4b26c
Parents:
6adb775f (diff), 5035ba05 (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.
Message:

Merge mainline, which has dltest and fixes.

File:
1 edited

Legend:

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

    r6adb775f r32573ff  
    2727#
    2828
     29#include <abi/asmtool.h>
    2930#include <arch/mm/mmu.h>
    3031#include <arch/regdef.h>
     
    3940 * %o2  Userspace address of uarg structure.
    4041 */
    41 .global switch_to_userspace
    42 switch_to_userspace:
     42FUNCTION_BEGIN(switch_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
     77FUNCTION_END(switch_to_userspace)
Note: See TracChangeset for help on using the changeset viewer.