Skip to content

Commit

Permalink
microblaze: bury sys_rt_sigsuspend_wrapper in nommu case too
Browse files Browse the repository at this point in the history
It's been a dead code since commit 571202f
Author: Michal Simek <monstr@monstr.eu>
Date:   Fri Dec 11 12:54:04 2009 +0100

    microblaze: Remove rt_sigsuspend wrapper

    Generic rt_sigsuspend syscalls doesn't need any asm wrapper.

but that commit has only removed it from entry.S, missing one in entry-nommu.S.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Al Viro committed May 22, 2012
1 parent a4e075c commit ae28b38
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/microblaze/kernel/entry-nommu.S
Original file line number Diff line number Diff line change
Expand Up @@ -569,10 +569,6 @@ sys_rt_sigreturn_wrapper:
brid sys_rt_sigreturn
addk r5, r1, r0

sys_rt_sigsuspend_wrapper:
brid sys_rt_sigsuspend
addk r7, r1, r0

/* Interrupt vector table */
.section .init.ivt, "ax"
.org 0x0
Expand Down

0 comments on commit ae28b38

Please sign in to comment.