diff options
author | Tony Luck <tony.luck@intel.com> | 2006-09-26 21:04:42 (GMT) |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2006-09-26 21:04:42 (GMT) |
commit | 5c55cd63a77a85f603c98c2171a8054ca34b6a9f (patch) | |
tree | 44a849c2e4e40dc56733a88a0aa6a22c0f471e60 /include/asm-ia64/unistd.h | |
parent | a192dc16000241dc02990a36b6830839b73c44de (diff) | |
download | linux-5c55cd63a77a85f603c98c2171a8054ca34b6a9f.tar.xz |
Revert "[IA64] Unwire set/get_robust_list"
This reverts commit 2636255488484e04d6d54303d2b0ec30f7ef7e02.
Jakub Jelinek provided the missing futex_atomic_cmpxchg_inatomic()
function, so now it should be safe to re-enable these syscalls.
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include/asm-ia64/unistd.h')
-rw-r--r-- | include/asm-ia64/unistd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-ia64/unistd.h b/include/asm-ia64/unistd.h index f581662..bb0eb72 100644 --- a/include/asm-ia64/unistd.h +++ b/include/asm-ia64/unistd.h @@ -286,7 +286,8 @@ /* 1294, 1295 reserved for pselect/ppoll */ #define __NR_unshare 1296 #define __NR_splice 1297 -/* 1298, 1299 reserved for set_robust_list/get_robust_list */ +#define __NR_set_robust_list 1298 +#define __NR_get_robust_list 1299 #define __NR_sync_file_range 1300 #define __NR_tee 1301 #define __NR_vmsplice 1302 |