Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc32/src/context.S

    r38ad239 r208b5f5  
    2828#
    2929
    30 #include <abi/asmtool.h>
    3130#include <arch/context_offset.h>
    3231#include <arch/arch.h>
     
    3433.text
    3534
     35.global context_save_arch
     36.global context_restore_arch
     37
    3638/*
    3739 * context_save_arch() is required not to create its own stack frame. See the
    3840 * generic context.h for explanation.
    3941 */
    40 FUNCTION_BEGIN(context_save_arch)
     42context_save_arch:
    4143        #
    4244        # Force all our active register windows to memory so that we can find
     
    6062        retl
    6163        mov 1, %o0              ! context_save_arch returns 1
    62 FUNCTION_END(context_save_arch)
    6364
    64 FUNCTION_BEGIN(context_restore_arch)
     65context_restore_arch:
    6566        #
    6667        # Forget all previous windows, they are not going to be needed again.
     
    9697        retl
    9798        xor %o0, %o0, %o0       ! context_restore_arch returns 0
    98 FUNCTION_END(context_restore_arch)
Note: See TracChangeset for help on using the changeset viewer.