aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel/entry.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/microblaze/kernel/entry.S')
-rw-r--r--arch/microblaze/kernel/entry.S11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/microblaze/kernel/entry.S b/arch/microblaze/kernel/entry.S
index b061d98a3218..3bad4ff49471 100644
--- a/arch/microblaze/kernel/entry.S
+++ b/arch/microblaze/kernel/entry.S
@@ -500,17 +500,6 @@ C_ENTRY(sys_execve):
500 brid microblaze_execve; /* Do real work (tail-call).*/ 500 brid microblaze_execve; /* Do real work (tail-call).*/
501 nop; 501 nop;
502 502
503C_ENTRY(sys_rt_sigsuspend_wrapper):
504 swi r3, r1, PTO+PT_R3; /* restore saved r3, r4 registers */
505 swi r4, r1, PTO+PT_R4;
506 la r7, r1, PTO; /* add user context as 3rd arg */
507 brlid r15, sys_rt_sigsuspend; /* Do real work.*/
508 nop;
509 lwi r3, r1, PTO+PT_R3; /* restore saved r3, r4 registers */
510 lwi r4, r1, PTO+PT_R4;
511 bri ret_from_trap /* fall through will not work here due to align */
512 nop;
513
514C_ENTRY(sys_rt_sigreturn_wrapper): 503C_ENTRY(sys_rt_sigreturn_wrapper):
515 swi r3, r1, PTO+PT_R3; /* restore saved r3, r4 registers */ 504 swi r3, r1, PTO+PT_R3; /* restore saved r3, r4 registers */
516 swi r4, r1, PTO+PT_R4; 505 swi r4, r1, PTO+PT_R4;