From: Al Viro Date: Sun, 22 Apr 2012 04:28:50 +0000 (-0400) Subject: microblaze: bury sys_rt_sigsuspend_wrapper in nommu case too X-Git-Tag: v3.5-rc1~105^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae28b38ca14122b990a83bf4ef95a12889cc6b92;p=pandora-kernel.git microblaze: bury sys_rt_sigsuspend_wrapper in nommu case too It's been a dead code since commit 571202f50fad0aeb36661c79de9beed052347df8 Author: Michal Simek 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 --- Reading git-diff-tree failed