diff options
Diffstat (limited to 'arch/ppc64/kernel/entry.S')
-rw-r--r-- | arch/ppc64/kernel/entry.S | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/ppc64/kernel/entry.S b/arch/ppc64/kernel/entry.S index ea30af810e0c..5d2fcbe384c1 100644 --- a/arch/ppc64/kernel/entry.S +++ b/arch/ppc64/kernel/entry.S | |||
@@ -265,7 +265,7 @@ _GLOBAL(save_nvgprs) | |||
265 | */ | 265 | */ |
266 | _GLOBAL(ppc32_sigsuspend) | 266 | _GLOBAL(ppc32_sigsuspend) |
267 | bl .save_nvgprs | 267 | bl .save_nvgprs |
268 | bl .sys32_sigsuspend | 268 | bl .compat_sys_sigsuspend |
269 | b 70f | 269 | b 70f |
270 | 270 | ||
271 | _GLOBAL(ppc64_rt_sigsuspend) | 271 | _GLOBAL(ppc64_rt_sigsuspend) |
@@ -275,7 +275,7 @@ _GLOBAL(ppc64_rt_sigsuspend) | |||
275 | 275 | ||
276 | _GLOBAL(ppc32_rt_sigsuspend) | 276 | _GLOBAL(ppc32_rt_sigsuspend) |
277 | bl .save_nvgprs | 277 | bl .save_nvgprs |
278 | bl .sys32_rt_sigsuspend | 278 | bl .compat_sys_rt_sigsuspend |
279 | 70: cmpdi 0,r3,0 | 279 | 70: cmpdi 0,r3,0 |
280 | /* If it returned an error, we need to return via syscall_exit to set | 280 | /* If it returned an error, we need to return via syscall_exit to set |
281 | the SO bit in cr0 and potentially stop for ptrace. */ | 281 | the SO bit in cr0 and potentially stop for ptrace. */ |
@@ -310,7 +310,7 @@ _GLOBAL(ppc_clone) | |||
310 | 310 | ||
311 | _GLOBAL(ppc32_swapcontext) | 311 | _GLOBAL(ppc32_swapcontext) |
312 | bl .save_nvgprs | 312 | bl .save_nvgprs |
313 | bl .sys32_swapcontext | 313 | bl .compat_sys_swapcontext |
314 | b 80f | 314 | b 80f |
315 | 315 | ||
316 | _GLOBAL(ppc64_swapcontext) | 316 | _GLOBAL(ppc64_swapcontext) |
@@ -319,11 +319,11 @@ _GLOBAL(ppc64_swapcontext) | |||
319 | b 80f | 319 | b 80f |
320 | 320 | ||
321 | _GLOBAL(ppc32_sigreturn) | 321 | _GLOBAL(ppc32_sigreturn) |
322 | bl .sys32_sigreturn | 322 | bl .compat_sys_sigreturn |
323 | b 80f | 323 | b 80f |
324 | 324 | ||
325 | _GLOBAL(ppc32_rt_sigreturn) | 325 | _GLOBAL(ppc32_rt_sigreturn) |
326 | bl .sys32_rt_sigreturn | 326 | bl .compat_sys_rt_sigreturn |
327 | b 80f | 327 | b 80f |
328 | 328 | ||
329 | _GLOBAL(ppc64_rt_sigreturn) | 329 | _GLOBAL(ppc64_rt_sigreturn) |