aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/entry.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/kernel/entry.S')
-rw-r--r--arch/ia64/kernel/entry.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/ia64/kernel/entry.S b/arch/ia64/kernel/entry.S
index 9353adc18956..8ebfcc0c813a 100644
--- a/arch/ia64/kernel/entry.S
+++ b/arch/ia64/kernel/entry.S
@@ -777,7 +777,7 @@ GLOBAL_ENTRY(ia64_ret_from_ia32_execve)
777 st8.spill [r2]=r8 // store return value in slot for r8 and set unat bit 777 st8.spill [r2]=r8 // store return value in slot for r8 and set unat bit
778 .mem.offset 8,0 778 .mem.offset 8,0
779 st8.spill [r3]=r0 // clear error indication in slot for r10 and set unat bit 779 st8.spill [r3]=r0 // clear error indication in slot for r10 and set unat bit
780END(ia64_ret_from_ia32_execve_syscall) 780END(ia64_ret_from_ia32_execve)
781 // fall through 781 // fall through
782#endif /* CONFIG_IA32_SUPPORT */ 782#endif /* CONFIG_IA32_SUPPORT */
783GLOBAL_ENTRY(ia64_leave_kernel) 783GLOBAL_ENTRY(ia64_leave_kernel)
@@ -1176,7 +1176,7 @@ ENTRY(notify_resume_user)
1176 ;; 1176 ;;
1177(pNonSys) mov out2=0 // out2==0 => not a syscall 1177(pNonSys) mov out2=0 // out2==0 => not a syscall
1178 .fframe 16 1178 .fframe 16
1179 .spillpsp ar.unat, 16 // (note that offset is relative to psp+0x10!) 1179 .spillsp ar.unat, 16
1180 st8 [sp]=r9,-16 // allocate space for ar.unat and save it 1180 st8 [sp]=r9,-16 // allocate space for ar.unat and save it
1181 st8 [out1]=loc1,-8 // save ar.pfs, out1=&sigscratch 1181 st8 [out1]=loc1,-8 // save ar.pfs, out1=&sigscratch
1182 .body 1182 .body
@@ -1202,7 +1202,7 @@ GLOBAL_ENTRY(sys_rt_sigsuspend)
1202 adds out2=8,sp // out2=&sigscratch->ar_pfs 1202 adds out2=8,sp // out2=&sigscratch->ar_pfs
1203 ;; 1203 ;;
1204 .fframe 16 1204 .fframe 16
1205 .spillpsp ar.unat, 16 // (note that offset is relative to psp+0x10!) 1205 .spillsp ar.unat, 16
1206 st8 [sp]=r9,-16 // allocate space for ar.unat and save it 1206 st8 [sp]=r9,-16 // allocate space for ar.unat and save it
1207 st8 [out2]=loc1,-8 // save ar.pfs, out2=&sigscratch 1207 st8 [out2]=loc1,-8 // save ar.pfs, out2=&sigscratch
1208 .body 1208 .body