aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Brandenburg <bbb@mpi-sws.org>2014-07-16 11:29:07 -0400
committerNamhoon Kim <namhoonk@cs.unc.edu>2014-11-03 21:57:44 -0500
commitcd6cb2ecd3238a0a1f05408e0b8148c1ecc80f59 (patch)
treea67a2608076c014e29ea22512e2cda62ea25d99d
parent277dbeea9af1ca31add69636aef4b18892e54646 (diff)
Add reservation system calls to x86 syscall table
-rw-r--r--arch/x86/syscalls/syscall_32.tbl2
-rw-r--r--arch/x86/syscalls/syscall_64.tbl3
2 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/syscalls/syscall_32.tbl b/arch/x86/syscalls/syscall_32.tbl
index ffe39dd74271..290c879cda4a 100644
--- a/arch/x86/syscalls/syscall_32.tbl
+++ b/arch/x86/syscalls/syscall_32.tbl
@@ -370,3 +370,5 @@
370360 i386 wait_for_ts_release sys_wait_for_ts_release 370360 i386 wait_for_ts_release sys_wait_for_ts_release
371361 i386 release_ts sys_release_ts 371361 i386 release_ts sys_release_ts
372362 i386 null_call sys_null_call 372362 i386 null_call sys_null_call
373363 i386 reservation_create sys_reservation_create
374364 i386 reservation_destroy sys_reservation_destroy
diff --git a/arch/x86/syscalls/syscall_64.tbl b/arch/x86/syscalls/syscall_64.tbl
index cde714e4d6ef..d39de2aed519 100644
--- a/arch/x86/syscalls/syscall_64.tbl
+++ b/arch/x86/syscalls/syscall_64.tbl
@@ -333,6 +333,9 @@
333360 common wait_for_ts_release sys_wait_for_ts_release 333360 common wait_for_ts_release sys_wait_for_ts_release
334361 common release_ts sys_release_ts 334361 common release_ts sys_release_ts
335362 common null_call sys_null_call 335362 common null_call sys_null_call
336363 common reservation_create sys_reservation_create
337364 common reservation_destroy sys_reservation_destroy
338
336 339
337# 340#
338# x32-specific system call numbers start at 512 to avoid cache impact 341# x32-specific system call numbers start at 512 to avoid cache impact