Changes in uspace/lib/c/arch/sparc32/src/fibril.S [38ad239:1df1905] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/sparc32/src/fibril.S
r38ad239 r1df1905 27 27 # 28 28 29 #include <abi/asmtool.h>30 29 #include <libarch/context_offset.h> 31 30 32 31 .text 33 32 34 FUNCTION_BEGIN(context_save) 33 .global flush_windows 34 .global context_save 35 .global context_restore 36 37 context_save: 35 38 # 36 39 # We rely on the kernel to flush our active register windows to memory … … 53 56 retl 54 57 mov 1, %o0 ! context_save_arch returns 1 55 FUNCTION_END(context_save)56 58 57 FUNCTION_BEGIN(context_restore) 59 context_restore: 58 60 # 59 61 # Flush all active windows. … … 82 84 retl 83 85 xor %o0, %o0, %o0 ! context_restore_arch returns 0 84 FUNCTION_END(context_restore)
Note:
See TracChangeset
for help on using the changeset viewer.