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