aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2008-02-19 13:17:22 -0500
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2008-02-19 13:17:22 -0500
commit2e2a2df9647e5e982134b67d37981036bb512146 (patch)
treed98173f878e9643c025f70b8f2e89de311231a84 /arch/x86
parent8a256a9f6f277be1a2fe266b4578e7e0b403ee92 (diff)
litmus x86: hook up synchronous system calls
This exposes the new task release system calls to user space.
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/kernel/syscall_table_32.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/x86/kernel/syscall_table_32.S b/arch/x86/kernel/syscall_table_32.S
index 9c9ffbe8b6..d8106dca4e 100644
--- a/arch/x86/kernel/syscall_table_32.S
+++ b/arch/x86/kernel/syscall_table_32.S
@@ -338,4 +338,6 @@ ENTRY(sys_call_table)
338 .long sys_srp_up /* 335 */ 338 .long sys_srp_up /* 335 */
339 .long sys_reg_task_srp_sem 339 .long sys_reg_task_srp_sem
340 .long sys_query_job_no 340 .long sys_query_job_no
341 .long sys_wait_for_job_release /* 338 */ 341 .long sys_wait_for_job_release
342 .long sys_wait_for_ts_release
343 .long sys_release_ts /* 340 */