diff options
author | Michal Simek <michal.simek@xilinx.com> | 2014-02-28 13:25:12 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-03-12 10:20:40 +0100 |
commit | 052920a656adc94ab27ada8551a8798ca42cad5e (patch) | |
tree | 109e3f15db2f50bc4182ad9f7049e9b018c87ee4 /arch/microblaze/include/uapi | |
parent | 1b3fe856bd53bc1290ef77a0cce75424b81bdc19 (diff) | |
download | op-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/include/uapi')
-rw-r--r-- | arch/microblaze/include/uapi/asm/unistd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/microblaze/include/uapi/asm/unistd.h b/arch/microblaze/include/uapi/asm/unistd.h index 20043b6..06d82d6 100644 --- a/arch/microblaze/include/uapi/asm/unistd.h +++ b/arch/microblaze/include/uapi/asm/unistd.h @@ -93,7 +93,7 @@ #define __NR_settimeofday 79 /* ok */ #define __NR_getgroups 80 /* ok */ #define __NR_setgroups 81 /* ok */ -#define __NR_select 82 /* obsolete -> sys_pselect7 */ +#define __NR_select 82 /* obsolete -> sys_pselect6 */ #define __NR_symlink 83 /* symlinkat */ #define __NR_oldlstat 84 /* remove */ #define __NR_readlink 85 /* obsolete -> sys_readlinkat */ @@ -320,7 +320,7 @@ #define __NR_readlinkat 305 /* ok */ #define __NR_fchmodat 306 /* ok */ #define __NR_faccessat 307 /* ok */ -#define __NR_pselect6 308 /* obsolete -> sys_pselect7 */ +#define __NR_pselect6 308 /* ok */ #define __NR_ppoll 309 /* ok */ #define __NR_unshare 310 /* ok */ #define __NR_set_robust_list 311 /* ok */ |