aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Brandenburg <bbb@mpi-sws.org>2014-07-16 11:29:07 -0400
committerBjoern Brandenburg <bbb@mpi-sws.org>2014-07-21 08:53:45 -0400
commit05b4dabe17967d72fab5b194f5db06e8734de61e (patch)
treec6c27fc16184a170f5600bd90fd34a11580da205
parentac730fd04287024162f1f960ad40a8c8e971cc55 (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