Changes in boot/arch/ia64/src/sal_asm.S [9d58539:27f67f5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/src/sal_asm.S
r9d58539 r27f67f5 27 27 # 28 28 29 #include <abi/asmtool.h> 30 29 31 .explicit 30 32 … … 33 35 #define STACK_IN9 (8 + STACK_SCRATCH_AREA) 34 36 #define STACK_IN10 (16 + STACK_SCRATCH_AREA) 35 36 .global sal_call37 37 38 38 # … … 43 43 # Assume PSR.bn is 1, as expected by SAL. 44 44 # 45 sal_call: 45 FUNCTION_BEGIN(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) 94 95
Note:
See TracChangeset
for help on using the changeset viewer.