aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel/syscall_table.S
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2009-04-16 11:29:13 +0200
committerMichal Simek <monstr@monstr.eu>2009-04-23 16:09:17 +0200
commitdf4f3eb7c318e34899e9499bc5c9295690f7a106 (patch)
tree82e0a0ab82df00f4544dc9ee0255a8cefe5358d1 /arch/microblaze/kernel/syscall_table.S
parentmicroblaze: Add missing declaration for die and _exception func (diff)
downloadlinux-dev-df4f3eb7c318e34899e9499bc5c9295690f7a106.tar.xz
linux-dev-df4f3eb7c318e34899e9499bc5c9295690f7a106.zip
microblaze: Add missing preadv and pwritev syscalls
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/kernel/syscall_table.S')
-rw-r--r--arch/microblaze/kernel/syscall_table.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/microblaze/kernel/syscall_table.S b/arch/microblaze/kernel/syscall_table.S
index 529b0dbf4fe9..3bb42ec924c2 100644
--- a/arch/microblaze/kernel/syscall_table.S
+++ b/arch/microblaze/kernel/syscall_table.S
@@ -363,3 +363,5 @@ ENTRY(sys_call_table)
.long sys_sendmsg /* 360 */
.long sys_recvmsg
.long sys_ni_syscall
+ .long sys_ni_syscall
+ .long sys_ni_syscall