diff options
Diffstat (limited to 'arch/powerpc/kernel/entry_64.S')
-rw-r--r-- | arch/powerpc/kernel/entry_64.S | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/powerpc/kernel/entry_64.S b/arch/powerpc/kernel/entry_64.S index 22796e28881a..984a10630714 100644 --- a/arch/powerpc/kernel/entry_64.S +++ b/arch/powerpc/kernel/entry_64.S | |||
@@ -262,7 +262,7 @@ _GLOBAL(save_nvgprs) | |||
262 | */ | 262 | */ |
263 | _GLOBAL(ppc32_sigsuspend) | 263 | _GLOBAL(ppc32_sigsuspend) |
264 | bl .save_nvgprs | 264 | bl .save_nvgprs |
265 | bl .sys32_sigsuspend | 265 | bl .compat_sys_sigsuspend |
266 | b 70f | 266 | b 70f |
267 | 267 | ||
268 | _GLOBAL(ppc64_rt_sigsuspend) | 268 | _GLOBAL(ppc64_rt_sigsuspend) |
@@ -272,7 +272,7 @@ _GLOBAL(ppc64_rt_sigsuspend) | |||
272 | 272 | ||
273 | _GLOBAL(ppc32_rt_sigsuspend) | 273 | _GLOBAL(ppc32_rt_sigsuspend) |
274 | bl .save_nvgprs | 274 | bl .save_nvgprs |
275 | bl .sys32_rt_sigsuspend | 275 | bl .compat_sys_rt_sigsuspend |
276 | 70: cmpdi 0,r3,0 | 276 | 70: cmpdi 0,r3,0 |
277 | /* If it returned an error, we need to return via syscall_exit to set | 277 | /* If it returned an error, we need to return via syscall_exit to set |
278 | the SO bit in cr0 and potentially stop for ptrace. */ | 278 | the SO bit in cr0 and potentially stop for ptrace. */ |
@@ -307,7 +307,7 @@ _GLOBAL(ppc_clone) | |||
307 | 307 | ||
308 | _GLOBAL(ppc32_swapcontext) | 308 | _GLOBAL(ppc32_swapcontext) |
309 | bl .save_nvgprs | 309 | bl .save_nvgprs |
310 | bl .sys32_swapcontext | 310 | bl .compat_sys_swapcontext |
311 | b 80f | 311 | b 80f |
312 | 312 | ||
313 | _GLOBAL(ppc64_swapcontext) | 313 | _GLOBAL(ppc64_swapcontext) |
@@ -316,11 +316,11 @@ _GLOBAL(ppc64_swapcontext) | |||
316 | b 80f | 316 | b 80f |
317 | 317 | ||
318 | _GLOBAL(ppc32_sigreturn) | 318 | _GLOBAL(ppc32_sigreturn) |
319 | bl .sys32_sigreturn | 319 | bl .compat_sys_sigreturn |
320 | b 80f | 320 | b 80f |
321 | 321 | ||
322 | _GLOBAL(ppc32_rt_sigreturn) | 322 | _GLOBAL(ppc32_rt_sigreturn) |
323 | bl .sys32_rt_sigreturn | 323 | bl .compat_sys_rt_sigreturn |
324 | b 80f | 324 | b 80f |
325 | 325 | ||
326 | _GLOBAL(ppc64_rt_sigreturn) | 326 | _GLOBAL(ppc64_rt_sigreturn) |