microblaze: bury sys_rt_sigsuspend_wrapper in nommu case too
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 22 Apr 2012 04:28:50 +0000 (00:28 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 22 May 2012 03:58:08 +0000 (23:58 -0400)
commitae28b38ca14122b990a83bf4ef95a12889cc6b92
treebb34399e2027880d46a7ff5b21da5f5976705b01
parenta4e075c43e7fd9af769b28b7cb454615f61e2698
microblaze: bury sys_rt_sigsuspend_wrapper in nommu case too

It's been a dead code since commit 571202f50fad0aeb36661c79de9beed052347df8
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>
arch/microblaze/kernel/entry-nommu.S
This page took 0.025527 seconds and 5 git commands to generate.