diff options
author | Michal Simek <monstr@monstr.eu> | 2009-08-06 16:00:52 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-08-18 10:33:31 +0200 |
commit | 2856ed35ead295a7cc8788d9ba860e746dfc92bb (patch) | |
tree | 7f1eca253a8a1a2794c5c0414e61efabab96c89f /arch/microblaze | |
parent | 892ee92b81b6e7fa5f6147c96e11c6c1b9802fc6 (diff) |
microblaze: Enable ppoll syscall
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/kernel/syscall_table.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/syscall_table.S b/arch/microblaze/kernel/syscall_table.S index 216db817beb6..457216097dfd 100644 --- a/arch/microblaze/kernel/syscall_table.S +++ b/arch/microblaze/kernel/syscall_table.S @@ -313,7 +313,7 @@ ENTRY(sys_call_table) .long sys_fchmodat .long sys_faccessat .long sys_ni_syscall /* pselect6 */ - .long sys_ni_syscall /* sys_ppoll */ + .long sys_ppoll .long sys_unshare /* 310 */ .long sys_set_robust_list .long sys_get_robust_list |