commit | 4d24d7f7aeca897bada4936a2bd10c33c4f23308 | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Mon Aug 16 10:52:20 2010 +0200 |
committer | Michal Simek <monstr@monstr.eu> | Thu Oct 21 15:51:38 2010 +1000 |
tree | 6397417a3dc33639a49aeeed03da547f9aa188ba | |
parent | b9b12fd147553676c6b9483bdc9e3eae0b449aa0 [diff] [blame] |
microblaze: wire up prlimit64 and fanotify* syscalls Signed-off-by: Michal Simek <monstr@monstr.eu>
diff --git a/arch/microblaze/kernel/syscall_table.S b/arch/microblaze/kernel/syscall_table.S index 03376dc..e88a930 100644 --- a/arch/microblaze/kernel/syscall_table.S +++ b/arch/microblaze/kernel/syscall_table.S
@@ -372,3 +372,6 @@ .long sys_rt_tgsigqueueinfo /* 365 */ .long sys_perf_event_open .long sys_recvmmsg + .long sys_fanotify_init + .long sys_fanotify_mark + .long sys_prlimit64 /* 370 */