aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel/syscall_table.S
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2009-12-11 12:54:04 +0100
committerMichal Simek <monstr@monstr.eu>2009-12-14 08:45:12 +0100
commit571202f50fad0aeb36661c79de9beed052347df8 (patch)
treeb66d621652e0bbaf07823edac0ea701d1114cb8e /arch/microblaze/kernel/syscall_table.S
parentmicroblaze: nommu: Don't clobber R11 on syscalls (diff)
downloadlinux-dev-571202f50fad0aeb36661c79de9beed052347df8.tar.xz
linux-dev-571202f50fad0aeb36661c79de9beed052347df8.zip
microblaze: Remove rt_sigsuspend wrapper
Generic rt_sigsuspend syscalls doesn't need any asm wrapper. Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to '')
-rw-r--r--arch/microblaze/kernel/syscall_table.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/syscall_table.S b/arch/microblaze/kernel/syscall_table.S
index 4e666d9c1261..4088be7d4e29 100644
--- a/arch/microblaze/kernel/syscall_table.S
+++ b/arch/microblaze/kernel/syscall_table.S
@@ -183,7 +183,7 @@ ENTRY(sys_call_table)
.long sys_rt_sigpending
.long sys_rt_sigtimedwait
.long sys_rt_sigqueueinfo
- .long sys_rt_sigsuspend_wrapper
+ .long sys_rt_sigsuspend
.long sys_pread64 /* 180 */
.long sys_pwrite64
.long sys_chown