aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/unistd_32.h
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2011-01-28 16:41:16 -0500
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2011-02-01 16:30:39 -0500
commitcc602187d4466374bca031039e145aa1b89aca96 (patch)
treea92f08cd0ecfd462a694b23f22fedd36ef2aaecf /include/litmus/unistd_32.h
parenta3db326495d4051bddc657d3b226ad4daa7997c4 (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 'include/litmus/unistd_32.h')
-rw-r--r--include/litmus/unistd_32.h18
1 files changed, 8 insertions, 10 deletions
diff --git a/include/litmus/unistd_32.h b/include/litmus/unistd_32.h
index dbddc6523f8e..94264c27d9ac 100644
--- a/include/litmus/unistd_32.h
+++ b/include/litmus/unistd_32.h
@@ -10,14 +10,12 @@
10#define __NR_complete_job __LSC(2) 10#define __NR_complete_job __LSC(2)
11#define __NR_od_open __LSC(3) 11#define __NR_od_open __LSC(3)
12#define __NR_od_close __LSC(4) 12#define __NR_od_close __LSC(4)
13#define __NR_fmlp_down __LSC(5) 13#define __NR_litmus_lock __LSC(5)
14#define __NR_fmlp_up __LSC(6) 14#define __NR_litmus_unlock __LSC(6)
15#define __NR_srp_down __LSC(7) 15#define __NR_query_job_no __LSC(7)
16#define __NR_srp_up __LSC(8) 16#define __NR_wait_for_job_release __LSC(8)
17#define __NR_query_job_no __LSC(9) 17#define __NR_wait_for_ts_release __LSC(9)
18#define __NR_wait_for_job_release __LSC(10) 18#define __NR_release_ts __LSC(10)
19#define __NR_wait_for_ts_release __LSC(11) 19#define __NR_null_call __LSC(11)
20#define __NR_release_ts __LSC(12)
21#define __NR_null_call __LSC(13)
22 20
23#define NR_litmus_syscalls 14 21#define NR_litmus_syscalls 12