summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2014-02-28 13:25:12 +0100
committerMichal Simek <michal.simek@xilinx.com>2014-03-12 10:20:40 +0100
commit052920a656adc94ab27ada8551a8798ca42cad5e (patch)
tree109e3f15db2f50bc4182ad9f7049e9b018c87ee4 /arch/microblaze/kernel
parent1b3fe856bd53bc1290ef77a0cce75424b81bdc19 (diff)
downloadop-kernel-dev-052920a656adc94ab27ada8551a8798ca42cad5e.zip
op-kernel-dev-052920a656adc94ab27ada8551a8798ca42cad5e.tar.gz
microblaze: Enable pselect6 syscall
Enable this syscall and cleanup comments. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze/kernel')
-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 b882ad5..38fc472 100644
--- a/arch/microblaze/kernel/syscall_table.S
+++ b/arch/microblaze/kernel/syscall_table.S
@@ -308,7 +308,7 @@ ENTRY(sys_call_table)
.long sys_readlinkat /* 305 */
.long sys_fchmodat
.long sys_faccessat
- .long sys_ni_syscall /* pselect6 */
+ .long sys_pselect6
.long sys_ppoll
.long sys_unshare /* 310 */
.long sys_set_robust_list
OpenPOWER on IntegriCloud