Changes in boot/arch/ia64/src/sal_asm.S [27f67f5:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/src/sal_asm.S
r27f67f5 r9d58539 27 27 # 28 28 29 #include <abi/asmtool.h>30 31 29 .explicit 32 30 … … 35 33 #define STACK_IN9 (8 + STACK_SCRATCH_AREA) 36 34 #define STACK_IN10 (16 + STACK_SCRATCH_AREA) 35 36 .global sal_call 37 37 38 38 # … … 43 43 # Assume PSR.bn is 1, as expected by SAL. 44 44 # 45 FUNCTION_BEGIN(sal_call) 45 sal_call: 46 46 alloc loc0 = ar.pfs, 8, 8, 8, 0 47 47 … … 92 92 mov ar.pfs = loc0 93 93 br.ret.sptk.many rp 94 FUNCTION_END(sal_call)95 94
Note:
See TracChangeset
for help on using the changeset viewer.