diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-01-28 16:41:16 -0500 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-02-01 16:30:39 -0500 |
commit | cc602187d4466374bca031039e145aa1b89aca96 (patch) | |
tree | a92f08cd0ecfd462a694b23f22fedd36ef2aaecf /arch/x86 | |
parent | a3db326495d4051bddc657d3b226ad4daa7997c4 (diff) |
Litmus core: replace FMLP & SRP system calls with generic syscalls
This renders the FMLP and SRP unfunctional until they are ported to
the new locking API.
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/syscall_table_32.S | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/x86/kernel/syscall_table_32.S b/arch/x86/kernel/syscall_table_32.S index d78c5ed5aef5..37702905f658 100644 --- a/arch/x86/kernel/syscall_table_32.S +++ b/arch/x86/kernel/syscall_table_32.S | |||
@@ -345,10 +345,8 @@ ENTRY(sys_call_table) | |||
345 | .long sys_complete_job | 345 | .long sys_complete_job |
346 | .long sys_od_open | 346 | .long sys_od_open |
347 | .long sys_od_close | 347 | .long sys_od_close |
348 | .long sys_fmlp_down | 348 | .long sys_litmus_lock |
349 | .long sys_fmlp_up | 349 | .long sys_litmus_unlock |
350 | .long sys_srp_down | ||
351 | .long sys_srp_up | ||
352 | .long sys_query_job_no | 350 | .long sys_query_job_no |
353 | .long sys_wait_for_job_release | 351 | .long sys_wait_for_job_release |
354 | .long sys_wait_for_ts_release | 352 | .long sys_wait_for_ts_release |