Changes in kernel/arch/ia64/src/context.S [27f67f5:cf7ad06] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/context.S
r27f67f5 rcf7ad06 27 27 # 28 28 29 #include <abi/asmtool.h>30 29 #include <arch/context_struct.h> 31 30 32 31 .text 33 32 34 FUNCTION_BEGIN(context_save_arch) 33 .global context_save_arch 34 .global context_restore_arch 35 36 context_save_arch: 35 37 alloc loc0 = ar.pfs, 1, 49, 0, 0 36 38 mov loc1 = ar.unat ;; … … 180 182 add r8 = r0, r0, 1 /* context_save returns 1 */ 181 183 br.ret.sptk.many b0 182 FUNCTION_END(context_save_arch) 183 184 FUNCTION_BEGIN(context_restore_arch) 184 185 context_restore_arch: 185 186 alloc loc0 = ar.pfs, 1, 50, 0, 0 ;; 186 187 … … 337 338 mov r8 = r0 /* context_restore returns 0 */ 338 339 br.ret.sptk.many b0 339 FUNCTION_END(context_restore_arch) 340 340
Note:
See TracChangeset
for help on using the changeset viewer.