aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTony Luck <tony.luck@intel.com>2006-09-26 14:04:42 -0700
committerTony Luck <tony.luck@intel.com>2006-09-26 14:04:42 -0700
commit5c55cd63a77a85f603c98c2171a8054ca34b6a9f (patch)
tree44a849c2e4e40dc56733a88a0aa6a22c0f471e60 /include
parenta192dc16000241dc02990a36b6830839b73c44de (diff)
downloadlinux-5c55cd63a77a85f603c98c2171a8054ca34b6a9f.tar.gz
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')
-rw-r--r--include/asm-ia64/unistd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-ia64/unistd.h b/include/asm-ia64/unistd.h
index f581662c5ab8a..bb0eb727dcd08 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